Uses of Interface
com.sun.jdi.request.ExceptionRequest
Package
Description
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of ExceptionRequest in com.sun.jdi.request
Modifier and TypeMethodDescriptionEventRequestManager.createExceptionRequest
(ReferenceType refType, boolean notifyCaught, boolean notifyUncaught) Creates a new disabledExceptionRequest
.Modifier and TypeMethodDescriptionEventRequestManager.exceptionRequests()
Return an unmodifiable list of the enabled and disabled exception requests.