Uses of Interface
de.aristaflow.adept2.util.threading.ThrowableCreatingCallable
Packages that use ThrowableCreatingCallable
-
Uses of ThrowableCreatingCallable in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as ThrowableCreatingCallableModifier and TypeFieldDescriptionprotected final ThrowableCreatingCallable<V,E> ExceptionConvertingCallable.tccThe callable providing the actual call as well as the means to replace an occurred exception.Constructors in de.aristaflow.adept2.util.threading with parameters of type ThrowableCreatingCallableModifierConstructorDescriptionExceptionConvertingCallable(ThrowableCreatingCallable<V, E> tcc, Logger logger) Creates a new callable executing a method and logging and replacing an occurred exception by a different one.