Class CollectingExceptionListCallback<EXTYPE extends Throwable>

java.lang.Object
com.helger.commons.callback.exception.CollectingExceptionListCallback<EXTYPE>
Type Parameters:
EXTYPE - The exception type to be handled
All Implemented Interfaces:
IExceptionCallback<EXTYPE>, ICallback

@NotThreadSafe public class CollectingExceptionListCallback<EXTYPE extends Throwable> extends Object implements IExceptionCallback<EXTYPE>
A specific implementation of the IExceptionCallback interface, that stores all exceptions.
Author:
Philip Helger