Uses of Class gnu.classpath.jdwp.exception.JdwpException

Uses in package gnu.classpath.jdwp.processor

Methods which throw type gnu.classpath.jdwp.exception.JdwpException

void
void
void
boolean
boolean
boolean
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
boolean
boolean
boolean
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
boolean
boolean
There are no commands for this CommandSet at this time so we just throw a NotImplementedException whenever it's called.
boolean
There are no commands for this CommandSet at this time so we just throw a NotImplementedException whenever it's called.
boolean
boolean
boolean
boolean
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
boolean
boolean
boolean
boolean

Uses in package gnu.classpath.jdwp.util

Constructors which throw type gnu.classpath.jdwp.exception.JdwpException

Location.Location(byte tag, Class clazz, Method meth, int index)
Create a location with the given parameters.
Read a location from the given bytebuffer, consists of a TAG (byte), followed by a ReferenceTypeId, a MethodId and an index (int).

Methods which throw type gnu.classpath.jdwp.exception.JdwpException

Object
Reads the appropriate object for the tagged value contained in the ByteBuffer.
Object
Reads the an object of the given Class from the untagged value contained in the ByteBuffer.
Object
Reads the an object of the given Class from the untagged value contained in the ByteBuffer.
void
Will write the given object as a tagged value to the DataOutputStream.
void
Will write the given object as an untagged value to the DataOutputStream.

Uses in package gnu.classpath.jdwp.exception

Classes derived from gnu.classpath.jdwp.exception.JdwpException

class
An exception thrown by the JDWP back-end when an invalid reference type id is used by the debugger.
class
An exception thrown when the debugger uses an invalid class loader
class
An exception thrown when a count filter is given an invalid count.
class
An exception thrown when the debugger asks for an event request for a non-existant event
class
An exception thrown when an invalid field id is used by the debugger
class
An exception thrown when the debugger specifies an invalid location
class
An exception thrown when an invalid method id is used by the debugger
class
An exception thrown when an invalid object id is used by the debugger
class
An exception thrown when the debugger uses an invalid String.
class
An exception thrown when an invalid thread is used by the debugger
class
An exception thrown when an invalid thread group is used by the debugger
class
An illegal argument exception for JDWP.
class
An exception thrown by the JDWP back-end when an unusual runtime error occurs internally
class
An exception thrown by virtual machines when functionality or features are not implemented
class
An exception thrown when the virtual machine is dead