org.netbeans.modules.autoupdate.services 1.4

Uses of Class
org.netbeans.api.autoupdate.OperationException.ERROR_TYPE

Packages that use OperationException.ERROR_TYPE
org.netbeans.api.autoupdate Services for searching, downloading and installing NBM with new functionality or updates of installed modules. 
 

Uses of OperationException.ERROR_TYPE in org.netbeans.api.autoupdate
 

Methods in org.netbeans.api.autoupdate that return OperationException.ERROR_TYPE
 OperationException.ERROR_TYPE OperationException.getErrorType()
           
static OperationException.ERROR_TYPE OperationException.ERROR_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationException.ERROR_TYPE[] OperationException.ERROR_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.netbeans.api.autoupdate with parameters of type OperationException.ERROR_TYPE
OperationException(OperationException.ERROR_TYPE error)
          Constructs an OperationException
OperationException(OperationException.ERROR_TYPE error, Exception x)
          Constructs an OperationException
OperationException(OperationException.ERROR_TYPE error, String message)
          Constructs an OperationException
 


org.netbeans.modules.autoupdate.services 1.4

Built on August 13 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.