Uses of Interface
de.aristaflow.adept2.util.threading.ThrowableCreatingCallable
- 
Packages that use ThrowableCreatingCallable Package Description de.aristaflow.adept2.util.threading  - 
- 
Uses of ThrowableCreatingCallable in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as ThrowableCreatingCallable Modifier and Type Field Description protected 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 ThrowableCreatingCallable Constructor Description ExceptionConvertingCallable(ThrowableCreatingCallable<V,E> tcc, Logger logger)Creates a new callable executing a method and logging and replacing an occurred exception by a different one. 
 -