ABSENT_INFORMATION
public static final short ABSENT_INFORMATION
Desired information is not available
ACCESS_DENIED
public static final short ACCESS_DENIED
Debugging has not been enabled in this virtual machine. JVMDI cannot
be used
ALREADY_INVOKING
public static final short ALREADY_INVOKING
Previous invoke not complete
CIRCULAR_CLASS_DEFINITION
public static final short CIRCULAR_CLASS_DEFINITION
Circularity has been detected while initializing a class
CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED
public static final short CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED
New class version has different modifiers and
canUnrestrictedlyRedefineClasses
is false
CLASS_NOT_PREPARED
public static final short CLASS_NOT_PREPARED
Class has been loaded but not yet prepared
DELETE_METHOD_NOT_IMPLEMENTED
public static final short DELETE_METHOD_NOT_IMPLEMENTED
New class version does not declare a method declared in the old
class version and canUnrestrictedlyRedefineClasses
is false
DUPLICATE
public static final short DUPLICATE
Item already set
FAILS_VERIFICATION
public static final short FAILS_VERIFICATION
Verifier detected that a class file, though well formed, contained
some sort of internal inconsistency or security problem
HIERARCHY_CHANGE_NOT_IMPLEMENTED
public static final 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
INTERNAL
public static final short INTERNAL
An unexpected internal error has occurred
INTERRUPT
public static final short INTERRUPT
Call has been interrupted before completion
INVALID_ARRAY
public static final short INVALID_ARRAY
Invalid array
INVALID_CLASS
public static final short INVALID_CLASS
Invalid class
INVALID_CLASS_FORMAT
public static final 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
INVALID_COUNT
public static final short INVALID_COUNT
Invalid count
INVALID_EVENT_TYPE
public static final short INVALID_EVENT_TYPE
Specified event type id is not recognized
INVALID_INDEX
public static final short INVALID_INDEX
Invalid index
INVALID_OBJECT
public static final short INVALID_OBJECT
Reference type has been unloaded and garbage collected
INVALID_SLOT
public static final short INVALID_SLOT
Invalid slot
INVALID_TAG
public static final short INVALID_TAG
Invalid object type id or class tag
INVALID_THREAD
public static final short INVALID_THREAD
Passed thread is null, is not a valid thread or has exited
INVALID_TYPESTATE
public static final short INVALID_TYPESTATE
State of the thread has been modified and is now inconsistent
METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED
public static final 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.
NAMES_DONT_MATCH
public static final short NAMES_DONT_MATCH
Class name defined in the new class file is different from the name
in the old class object
NATIVE_METHOD
public static final short NATIVE_METHOD
Method is native
NONE
public static final short NONE
No error has occurred
NOT_CURRENT_FRAME
public static final short NOT_CURRENT_FRAME
Operation can only be performed on current frame
NOT_FOUND
public static final short NOT_FOUND
Desired element not found
NOT_IMPLEMENTED
public static final short NOT_IMPLEMENTED
Functionality is not implemented in this virtual machine
NOT_MONITOR_OWNER
public static final short NOT_MONITOR_OWNER
Thread doesn't own the monitor
NO_MORE_FRAMES
public static final short NO_MORE_FRAMES
There are no more Java or JNI frames on the call stack
NULL_POINTER
public static final short NULL_POINTER
Invalid pointer
OPAQUE_FRAME
public static final short OPAQUE_FRAME
Information about the frame is not available
OUT_OF_MEMORY
public static final short OUT_OF_MEMORY
The function needed to allocate memory and no more memory was
available for allocation
THREAD_NOT_SUSPENDED
public static final short THREAD_NOT_SUSPENDED
Specified thread has not been suspended by an event
THREAD_SUSPENDED
public static final short THREAD_SUSPENDED
Thread already suspended
TRANSPORT_INIT
public static final short TRANSPORT_INIT
Unablie to initialize the transport
TRANSPORT_LOAD
public static final short TRANSPORT_LOAD
Unable to load the transport
TYPE_MISMATCH
public static final short TYPE_MISMATCH
Variable is not an appropriate type for the function used
UNATTACHED_THREAD
public static final short UNATTACHED_THREAD
The thread being used to call this function is not attached to the
virtual machine. Calls must be made from attached threads.
UNSUPPORTED_VERSION
public static final short UNSUPPORTED_VERSION
Class file has a version number not supported by this VM
VM_DEAD
public static final short VM_DEAD
The virtual machine is not running
JdwpConstants.java -- Constants defined by JDWP 1.4 specification
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.