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, type
public ExceptionBreakpointRequest(IExceptionType type)
public IExceptionType exceptionType()
public boolean matches(ProgramThread thread, IStackFrame frame)
matches
in class AbstractRequest
public void write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame) throws java.io.IOException
write
in class AbstractRequest
java.io.IOException