| Interface | Description |
|---|---|
| Action |
A functional interface representing an action that gets executed
upon an error by an
ErrorHandler. |
| BlockExecutor |
Functional interface to run code blocks
|
| Matcher | |
| MatcherFactory<T> |
A functional interface for
Matcher factories |
| Class | Description |
|---|---|
| ActionEntry |
Container to ease passing around a tuple of two objects.
|
| ErrorHandler |
An ErrorHandler is responsible for handling an error by executing one or more actions,
instances of
Action, that are found to match the error. |
| ExceptionMatcher |
| Exception | Description |
|---|---|
| UnknownErrorCodeException |
Runtime exception to indicate that the user tried to register
an
Action via ErrorHandler.on(Object, Action) with an unknown error code. |