public class ExceptionBreakpointRequest extends EventRequest implements IExceptionBreakpointRequest
_type
Constructor and Description |
---|
ExceptionBreakpointRequest(EventRequestManager manager, IExceptionType exceptionType)
constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals
|
IExceptionType |
exceptionType()
returns the exception type
|
int |
hashCode()
hashCode
|
java.lang.String |
toString()
to string
|
void |
write(PacketOutputStream stream)
write specific data to the output stream
|
disable, enable, id, isEnabled, type
debugger, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
disable, enable, isEnabled, type
debugger
public ExceptionBreakpointRequest(EventRequestManager manager, IExceptionType exceptionType)
public IExceptionType exceptionType()
exceptionType
in interface IExceptionBreakpointRequest
public void write(PacketOutputStream stream) throws java.io.IOException
write
in class EventRequest
java.io.IOException
public java.lang.String toString()
toString
in interface IALSBDebuggerObject
toString
in class java.lang.Object
public int hashCode()
hashCode
in class EventRequest
public boolean equals(java.lang.Object obj)
equals
in class EventRequest