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.
Throwable| Modifier and Type | Method and Description |
|---|---|
void |
exceptionThrown(java.lang.Throwable t)
Notifies a listener that an error or exception throwable by the Java Virtual Machine
has been produced.
|