Interface | Description |
---|---|
HandlerMethod<T extends Throwable> |
Metadata interface for an exception handler method.
|
Class | Description |
---|---|
ExceptionStackItem |
Container for the exception and it's stack trace.
|
Enum | Description |
---|---|
ExceptionHandlingFlow |
Enum of exception handling states.
|
Annotation Type | Description |
---|---|
BeforeHandles |
Marker annotation for a method to be considered an Exception Handler, handles the exception in the BEFORE traversal
of the exception chain.
|
ExceptionHandler |
Marker for types containing Exception Handler methods.
|
Handles |
Marker annotation for a method to be considered an Exception Handler.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.