public class ExceptionBreakpointEvent extends LocatableEvent implements IExceptionBreakpointEvent
_location, _thread
TYPE_BREAKPOINT, TYPE_EXBREAKPOINT, TYPE_STEP
Constructor and Description |
---|
ExceptionBreakpointEvent(ALSBDebugger debugger, IEventRequest request)
constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
equals
|
IException |
exception()
the exception instance that trigger this event
|
int |
hashCode()
hashCode
|
void |
read(PacketInputStream stream)
reads in this event specific data
|
location, thread
debugger, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
thread
debugger, toString
location
public ExceptionBreakpointEvent(ALSBDebugger debugger, IEventRequest request)
public IException exception()
exception
in interface IExceptionBreakpointEvent
public void read(PacketInputStream stream) throws java.io.IOException
read
in class LocatableEvent
java.io.IOException
public int hashCode()
hashCode
in class LocatableEvent
public boolean equals(java.lang.Object obj)
equals
in class LocatableEvent