| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ExceptionHandlerDelegate | A delegate that might want to handle a throwable. | 
| ExceptionPurger | Purges a throwable, ussually by looking into it's chain. | 
| Class Summary | |
|---|---|
| AbstractExceptionHandlerDelegate | Superclass for delegate implementations | 
| ChainInspectingExceptionHandlerDelegate | Checks the exception chain to determine if it wants to handle it. | 
| ChainInspectingExceptionHandlerDelegate.ChainPart | |
| DefaultExceptionPurger | A purger that looks through to a throwable chain and can select one to unwrap. | 
| DelegatingExceptionHandler | An exception handler that selects an appropriate exception handler from a list based on the thrown exception and delegates the handling of the exception to it. | 
| SimpleExceptionHandlerDelegate | Handles the thrownTrowable by the exception handler if it is an instance of one of the throwableClassList. | 
Contains classes that can analyze and delegate a throwable to the appropriate exception handler.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||