static short | ABSENT_INFORMATION - Desired information is not available
|
static short | ACCESS_DENIED - Debugging has not been enabled in this virtual machine.
|
static short | ADD_METHOD_NOT_IMPLEMENTED - Adding methods has not been implemented
|
static short | ALREADY_INVOKING - Previous invoke not complete
|
static short | CIRCULAR_CLASS_DEFINITION - Circularity has been detected while initializing a class
|
static short | CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED - New class version has different modifiers and
canUnrestrictedlyRedefineClasses is false
|
static short | CLASS_NOT_PREPARED - Class has been loaded but not yet prepared
|
static short | DELETE_METHOD_NOT_IMPLEMENTED - New class version does not declare a method declared in the old
class version and
canUnrestrictedlyRedefineClasses
is false
|
static short | DUPLICATE - Item already set
|
static short | FAILS_VERIFICATION - Verifier detected that a class file, though well formed, contained
some sort of internal inconsistency or security problem
|
static short | HIERARCHY_CHANGE_NOT_IMPLEMENTED - A direct superclass is different for the new class version, or the set
of directly implemented interfaces is different and
canUnrestrictedlyRedefineClasses is false
|
static short | ILLEGAL_ARGUMENT - Illegal argument
|
static short | INTERNAL - An unexpected internal error has occurred
|
static short | INTERRUPT - Call has been interrupted before completion
|
static short | INVALID_ARRAY - Invalid array
|
static short | INVALID_CLASS - Invalid class
|
static short | INVALID_CLASS_FORMAT - Virtual machine attempted to read a class file and determined that
the file is malformed or otherwise cannot be interpreted as a class
file
|
static short | INVALID_CLASS_LOADER - Invalid class loader
|
static short | INVALID_COUNT - Invalid count
|
static short | INVALID_EVENT_TYPE - Specified event type id is not recognized
|
static short | INVALID_FIELDID - Invalid field
|
static short | INVALID_FRAMEID - Invaliid frame
|
static short | INVALID_INDEX - Invalid index
|
static short | INVALID_LENGTH - Invalid length
|
static short | INVALID_LOCATION - Invalid location
|
static short | INVALID_METHODID - Invalid method
|
static short | INVALID_MONITOR - Invalid monitor
|
static short | INVALID_OBJECT - Reference type has been unloaded and garbage collected
|
static short | INVALID_PRIORITY - Invalid priority
|
static short | INVALID_SLOT - Invalid slot
|
static short | INVALID_STRING - Invalid string
|
static short | INVALID_TAG - Invalid object type id or class tag
|
static short | INVALID_THREAD - Passed thread is null, is not a valid thread or has exited
|
static short | INVALID_THREAD_GROUP - Thread group invalid
|
static short | INVALID_TYPESTATE - State of the thread has been modified and is now inconsistent
|
static short | METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED - A method in the new class version has different modifiers than its
counterpart in the old class version and
canUnrestrictedlyRedefineClasses is false.
|
static short | NAMES_DONT_MATCH - Class name defined in the new class file is different from the name
in the old class object
|
static short | NATIVE_METHOD - Method is native
|
static short | NONE - No error has occurred
|
static short | NOT_CURRENT_FRAME - Operation can only be performed on current frame
|
static short | NOT_FOUND - Desired element not found
|
static short | NOT_IMPLEMENTED - Functionality is not implemented in this virtual machine
|
static short | NOT_MONITOR_OWNER - Thread doesn't own the monitor
|
static short | NO_MORE_FRAMES - There are no more Java or JNI frames on the call stack
|
static short | NULL_POINTER - Invalid pointer
|
static short | OPAQUE_FRAME - Information about the frame is not available
|
static short | OUT_OF_MEMORY - The function needed to allocate memory and no more memory was
available for allocation
|
static short | SCHEMA_CHANGE_NOT_IMPLEMENTED - Schema change has not been implemented
|
static short | THREAD_NOT_SUSPENDED - Specified thread has not been suspended by an event
|
static short | THREAD_SUSPENDED - Thread already suspended
|
static short | TRANSPORT_INIT - Unablie to initialize the transport
|
static short | TRANSPORT_LOAD - Unable to load the transport
|
static short | TYPE_MISMATCH - Variable is not an appropriate type for the function used
|
static short | UNATTACHED_THREAD - The thread being used to call this function is not attached to the
virtual machine.
|
static short | UNSUPPORTED_VERSION - Class file has a version number not supported by this VM
|
static short | VM_DEAD - The virtual machine is not running
|