| Interface | Description |
|---|---|
| HandlerMethod<T extends Throwable> |
Meta data interface about an exception handler.
|
| Class | Description |
|---|---|
| ExceptionStackItem |
Container for the exception and it's stack trace.
|
| Enum | Description |
|---|---|
| ExceptionHandlingFlow |
Flow control enum.
|
| 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 © 2011-2013 The Apache Software Foundation. All Rights Reserved.