Serializable
, Comparable<OperationException.ERROR_TYPE>
public static enum OperationException.ERROR_TYPE extends Enum<OperationException.ERROR_TYPE>
Enum Constant | Description |
---|---|
ENABLE |
Activation of plugin failed
|
INSTALL |
Installation of plugin failed
|
INSTALLER |
Installation of custom component failed
|
MODIFIED |
|
PROXY |
Problem with proxy configuration
|
UNINSTALL |
Uninstallation of plugin failed
|
WRITE_PERMISSION |
Lack of write permission to write in installation directory
|
Modifier and Type | Method | Description |
---|---|---|
static OperationException.ERROR_TYPE |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OperationException.ERROR_TYPE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationException.ERROR_TYPE PROXY
public static final OperationException.ERROR_TYPE INSTALLER
public static final OperationException.ERROR_TYPE INSTALL
public static final OperationException.ERROR_TYPE ENABLE
public static final OperationException.ERROR_TYPE UNINSTALL
public static final OperationException.ERROR_TYPE WRITE_PERMISSION
public static final OperationException.ERROR_TYPE MODIFIED
public static OperationException.ERROR_TYPE[] values()
for (OperationException.ERROR_TYPE c : OperationException.ERROR_TYPE.values()) System.out.println(c);
public static OperationException.ERROR_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.