Uses of Interface
com.helger.commons.callback.exception.IExceptionCallback
Packages that use IExceptionCallback
-
Uses of IExceptionCallback in com.helger.commons.callback.exception
Classes in com.helger.commons.callback.exception that implement IExceptionCallbackModifier and TypeClassDescriptionclassCollectingExceptionCallback<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.classA 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 IExceptionCallbackModifier and TypeMethodDescriptionStreamHelper.CopyByteStreamBuilder.exceptionCallback(IExceptionCallback<IOException> a) StreamHelper.CopyCharStreamBuilder.exceptionCallback(IExceptionCallback<IOException> a)