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