public class ExceptionBreakpointRequest extends AbstractRequest
_type| Constructor and Description |
|---|
ExceptionBreakpointRequest(IExceptionType type)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
IExceptionType |
exceptionType()
returns the exception type
|
boolean |
matches(ProgramThread thread, IStackFrame frame)
returns true if it matches
|
void |
write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame)
create corresponding event packet data
|
id, typepublic ExceptionBreakpointRequest(IExceptionType type)
public IExceptionType exceptionType()
public boolean matches(ProgramThread thread, IStackFrame frame)
matches in class AbstractRequestpublic void write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame) throws java.io.IOException
write in class AbstractRequestjava.io.IOException