Package | Description |
---|---|
com.sun.jdi.request |
This package is used to request that a JDI
event be sent under specified conditions.
|
Modifier and Type | Method and Description |
---|---|
ExceptionRequest |
EventRequestManager.createExceptionRequest(ReferenceType refType,
boolean notifyCaught,
boolean notifyUncaught)
Creates a new disabled
ExceptionRequest . |
Modifier and Type | Method and Description |
---|---|
List<ExceptionRequest> |
EventRequestManager.exceptionRequests()
Return an unmodifiable list of the enabled and disabled exception requests.
|
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.