Searched refs:ExceptionRequest (Results 1 – 3 of 3) sorted by relevance
112 ExceptionRequest createExceptionRequest(ReferenceType refType, in createExceptionRequest()450 List<ExceptionRequest> exceptionRequests(); in exceptionRequests()
47 public interface ExceptionRequest extends EventRequest { interface
389 implements ExceptionRequest {749 public ExceptionRequest createExceptionRequest(ReferenceType refType, in createExceptionRequest()890 public List<ExceptionRequest> exceptionRequests() { in exceptionRequests()891 return (List<ExceptionRequest>)unmodifiableRequestList(JDWP.EventKind.EXCEPTION); in exceptionRequests()