All Implemented Interfaces:
EventRequest
All Known Implementing Classes:
ExceptionRequestImpl
Robert
- Field1.3
- Method from com.sun.jdi.request.ExceptionRequest Summary: |
---|
addClassExclusionFilter, addClassFilter, addClassFilter, addInstanceFilter, addThreadFilter, exception, notifyCaught, notifyUncaught |
Method from com.sun.jdi.request.ExceptionRequest Detail: |
---|
|
|
|
Not all targets support this operation. Use VirtualMachine#canUseInstanceFilters() to determine if the operation is supported. |
|
|
Note that at the time an exception is thrown, it is not always possible to determine whether it is truly caught. See com.sun.jdi.event.ExceptionEvent#catchLocation for details. |
Note that at the time an exception is thrown, it is not always possible to determine whether it is truly uncaught. See com.sun.jdi.event.ExceptionEvent#catchLocation for details. |