public interface ExceptionObserver
The notifyExceptionThrown will be called synchronously whn an exception is thrown.
| Modifier and Type | Field and Description |
|---|---|
static ExceptionObserver |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyExceptionThrown(java.lang.Throwable e)
Notify the observer that an exception has been thrown.
|
static final ExceptionObserver DEFAULT