| Package | Description |
|---|---|
| org.netbeans.api.autoupdate |
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
|
| Modifier and Type | Method | Description |
|---|---|---|
OperationException.ERROR_TYPE |
OperationException.getErrorType() |
|
static OperationException.ERROR_TYPE |
OperationException.ERROR_TYPE.valueOf(java.lang.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.
|
| Constructor | Description |
|---|---|
OperationException(OperationException.ERROR_TYPE error) |
Constructs an
OperationException |
OperationException(OperationException.ERROR_TYPE error,
java.lang.Exception x) |
Constructs an
OperationException |
OperationException(OperationException.ERROR_TYPE error,
java.lang.String message) |
Constructs an
OperationException |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.