Uses of Interface
com.helger.base.callback.exception.IExceptionCallback
Packages that use IExceptionCallback
-
Uses of IExceptionCallback in com.helger.base.callback.exception
Classes in com.helger.base.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. -
Uses of IExceptionCallback in com.helger.base.io.stream
Methods in com.helger.base.io.stream with parameters of type IExceptionCallbackModifier and TypeMethodDescription@NonNull StreamHelper.CopyByteStreamBuilderStreamHelper.CopyByteStreamBuilder.exceptionCallback(@Nullable IExceptionCallback<IOException> a) @NonNull StreamHelper.CopyCharStreamBuilderStreamHelper.CopyCharStreamBuilder.exceptionCallback(@Nullable IExceptionCallback<IOException> a)