Uses of Class
io.nosqlbench.engine.api.activityapi.errorhandling.HashedErrorHandler
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityapi.errorhandling |
-
Uses of HashedErrorHandler in io.nosqlbench.engine.api.activityapi.errorhandling
Methods in io.nosqlbench.engine.api.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.