| Package | Description |
|---|---|
| io.engineblock.activityapi.errorhandling |
| Modifier and Type | Method and 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(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.
|
Copyright © 2017. All rights reserved.