Package com.helger.commons.callback.exception
-
Interface Summary Interface Description IExceptionCallback<EXTYPE extends Throwable> Callback interface to handle thrown exception objects. -
Class Summary Class Description CollectingExceptionCallback<EXTYPE extends Throwable> A specific implementation of theIExceptionCallbackinterface, that stores the last exception.CollectingExceptionListCallback<EXTYPE extends Throwable> A specific implementation of theIExceptionCallbackinterface, that stores all exceptions.LoggingExceptionCallback A specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger.