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, typedebugger, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitdisable, enable, isEnabled, typedebuggerpublic ExceptionBreakpointRequest(EventRequestManager manager, IExceptionType exceptionType)
public IExceptionType exceptionType()
exceptionType in interface IExceptionBreakpointRequestpublic void write(PacketOutputStream stream) throws java.io.IOException
write in class EventRequestjava.io.IOExceptionpublic java.lang.String toString()
toString in interface IALSBDebuggerObjecttoString in class java.lang.Objectpublic int hashCode()
hashCode in class EventRequestpublic boolean equals(java.lang.Object obj)
equals in class EventRequest