Uses of Interface
com.helger.commons.callback.exception.IExceptionCallback
-
Packages that use IExceptionCallback Package Description com.helger.commons.callback.exception com.helger.commons.io.stream -
-
Uses of IExceptionCallback in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement IExceptionCallback Modifier and Type Class Description classCollectingExceptionCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores the last exception.classCollectingExceptionListCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores all exceptions.classLoggingExceptionCallbackA specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger. -
Uses of IExceptionCallback in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with parameters of type IExceptionCallback Modifier and Type Method Description StreamHelper.CopyByteStreamBuilderStreamHelper.CopyByteStreamBuilder. exceptionCallback(IExceptionCallback<IOException> a)StreamHelper.CopyCharStreamBuilderStreamHelper.CopyCharStreamBuilder. exceptionCallback(IExceptionCallback<IOException> a)
-