| Interface | Description |
|---|---|
| ErrorHandler |
Defines behaviour for an object that knows how to handle any kind of
Throwable. |
| ExceptionHandler<T extends Throwable,E> |
Defines behaviour for an object that can handles a given type of
Throwable. |
| Class | Description |
|---|---|
| AbstractErrorHandlerCreationConfigurer |
Abstract configuration class for
ErrorHandler creation. |
| AnnotationErrorHandlerCreationConfigurer<A extends Annotation> |
Abstract configuration class for
ErrorHandler creation,
using an Annotation to get packages to be scanned. |
| ErrorHandlerCreationConfigurer |
Configuration class extended from
AnnotationErrorHandlerCreationConfigurer,
using EnableErrorHandler annotation. |
| ErrorHandlerFactory |
Object in charge of creating an
ErrorHandler. |
| ErrorHandlerFactoryConfigurer |
Configuration class for
ErrorHandlerFactory. |
| ErrorHandlerImpl |
Concrete implementation of
ErrorHandler. |
| HandlingResult<E> |
Container class holding the results of handling a
Throwable. |
| Annotation Type | Description |
|---|---|
| EnableErrorHandler |
Enables the error handling system.
|
| EnableErrorHandlerFactory |
Enables the
ErrorHandlerFactory configuration. |
| ExceptionHandlerObject |
Indicates that an object is an
ExceptionHandler. |
Copyright © 2018. All rights reserved.