| Interface | Description |
|---|---|
| HandlerMethodStorage |
Injectable storage to support programmatic registration and lookup of
HandlerMethod instances. |
| Class | Description |
|---|---|
| DefaultExceptionEvent<T extends Throwable> |
Payload for an exception to be handled.
|
| ExceptionHandlerComparator |
Comparator to sort exception handlers according qualifier
(
BeforeHandles first), ordinal
(highest to lowest) and finally hierarchy (least to most specific). |
| ExceptionHandlerDispatch |
Observer of
ExceptionToCatchEvent events and
handler dispatcher. |
| HandlerMethodImpl<T extends Throwable> |
Implementation of
HandlerMethod. |
| HandlerMethodStorageProducer |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.