public class ExceptionBreakpointEvent extends LocatableEvent implements IExceptionBreakpointEvent
_location, _threadTYPE_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, threaddebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitthreaddebugger, toStringlocationpublic ExceptionBreakpointEvent(ALSBDebugger debugger, IEventRequest request)
public IException exception()
exception in interface IExceptionBreakpointEventpublic void read(PacketInputStream stream) throws java.io.IOException
read in class LocatableEventjava.io.IOExceptionpublic int hashCode()
hashCode in class LocatableEventpublic boolean equals(java.lang.Object obj)
equals in class LocatableEvent