| Interface | Description |
|---|---|
| IExceptionCallback<EXTYPE extends Throwable> |
Callback interface to handle thrown exception objects.
|
| Class | Description |
|---|---|
| CollectingExceptionCallback<EXTYPE extends Throwable> |
A specific implementation of the
IExceptionCallback interface, that
stores the last exception. |
| CollectingExceptionListCallback<EXTYPE extends Throwable> |
A specific implementation of the
IExceptionCallback interface, that
stores all exceptions. |
| LoggingExceptionCallback |
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
Copyright © 2014–2019 Philip Helger. All rights reserved.