Uses of Class
io.nosqlbench.engine.api.activityapi.errorhandling.HashedErrorHandler
Packages that use HashedErrorHandler
-
Uses of HashedErrorHandler in io.nosqlbench.engine.api.activityapi.errorhandling
Methods in io.nosqlbench.engine.api.activityapi.errorhandling that return HashedErrorHandlerModifier and TypeMethodDescriptionHashedErrorHandler.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.setUpperBound(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.