| Package | Description |
|---|---|
| de.aristaflow.adept2.util.threading |
| Modifier and Type | Field and Description |
|---|---|
protected ThrowableCreatingCallable<V,E> |
ExceptionConvertingCallable.tcc
The callable providing the actual call as well as the means to replace an occurred exception.
|
| Constructor and Description |
|---|
ExceptionConvertingCallable(ThrowableCreatingCallable<V,E> tcc,
java.util.logging.Logger logger)
Creates a new callable executing a method and logging and replacing an occurred exception by a
different one.
|