| Package | Description |
|---|---|
| com.helger.commons.callback.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectingExceptionCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores the last exception. |
class |
CollectingExceptionListCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores all exceptions. |
class |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
Copyright © 2014–2017 Philip Helger. All rights reserved.