Interface ExceptionListener
public interface ExceptionListener
ExceptionListener defines the way to notify a listener
that an error or exception throwable by the Java Virtual Machine
has been produced.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies a listener that an error or exception throwable by the Java Virtual Machine has been produced.
-
Method Details
-
exceptionThrown
Notifies a listener that an error or exception throwable by the Java Virtual Machine has been produced.
- Parameters:
t- an error or exception in the Java language
-