Handles a thrown exception providing calling context.
For a list of all members of this type, see IExceptionHandler Members .
| Type | Description |
|---|---|
| AbstractExceptionHandler | An abstract base class providing all necessary functionality for typical IExceptionHandler implementations. |
| ExecuteSpelExceptionHandler | Executes an abribtrary Spring Expression Language (SpEL) expression as an action when handling an exception. |
| LogExceptionHandler | Log the exceptions. Default log nameis "LogExceptionHandler" and log level is Debug |
| ReturnValueExceptionHandler | Evaluates the expression for the return value of the method. |
| SwallowExceptionHandler | Returns a token to indicate that this exception should be swallowed. |
| TranslationExceptionHandler | Translates from one exception to another based. My wrap or replace exception depending on the expression. |
| RetryExceptionHandler | Sleeps for the appropriate amount of time for an exception. |
Namespace: Spring.Aspects
Assembly: Spring.Aop (in Spring.Aop.dll)
IExceptionHandler Members | Spring.Aspects Namespace