Module jdk.jdi

Interface ExceptionEvent

All Superinterfaces:
Event, Locatable, LocatableEvent, Mirror

public interface ExceptionEvent extends LocatableEvent
Notification of an exception in the target VM. When an exception is thrown which satisfies a currently enabled exception request, an event set containing an instance of this class will be added to the VM's event queue. If the exception is thrown from a non-native method, the exception event is generated at the location where the exception is thrown. If the exception is thrown from a native method, the exception event is generated at the first non-native location reached after the exception is thrown.
Since:
1.3