Uses of Class
io.engineblock.activityapi.errorhandling.HashedErrorHandler
-
Packages that use HashedErrorHandler Package Description io.engineblock.activityapi.errorhandling -
-
Uses of HashedErrorHandler in io.engineblock.activityapi.errorhandling
Methods in io.engineblock.activityapi.errorhandling that return HashedErrorHandler Modifier and Type Method Description HashedErrorHandler<T,R>HashedErrorHandler. setDefaultHandler(CycleErrorHandler<T,R> errorHandler)Set the default handler that gets called on any exceptions that do not match a class or super-class specific handler.HashedErrorHandler<T,R>HashedErrorHandler. setUpperBound(java.lang.Class<? extends T> upperBound)Sets the uppper bound on the Throwable type that you want to consider when walking up the class hierarchy to find a handled supertype.
-