public enum JvmtiError extends Enum<JvmtiError>
| Enum Constant and Description |
|---|
JVMTI_ERROR_NONE |
| Modifier and Type | Method and Description |
|---|---|
static JvmtiError |
fromValue(int value) |
int |
getCValue() |
static JvmtiError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JvmtiError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JvmtiError JVMTI_ERROR_NONE
public static JvmtiError[] values()
public static JvmtiError 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 nullpublic int getCValue()
public static JvmtiError fromValue(int value)