public interface ExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionThrown(Exception
This method is called when a recoverable exception has been caught.
|
void exceptionThrown(Exceptione)
e - The exception that was caught.