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