Module jdk.jdi

Interface ExceptionRequest

All Superinterfaces:
EventRequest, Mirror

public interface ExceptionRequest extends EventRequest
Request for notification when an exception occurs in the target VM. When an enabled ExceptionRequest is satisfied, an event set containing an ExceptionEvent will be placed on the EventQueue. The collection of existing ExceptionRequests is managed by the EventRequestManager
Since:
1.3
See Also: