|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AutoExceptionHandler | A marker interface for delegate exception handlers to be used with the
DelegatingExceptionHandler. |
| ExceptionHandler | Component that is delegated to in order to handle any exceptions that are raised during the processing of a request which is processed through the Stripes Filter. |
| Class Summary | |
|---|---|
| DefaultExceptionHandler | Default ExceptionHandler implementation that makes it easy for users to extend and add custom handling for different types of exception. |
| DefaultExceptionHandler.HandlerProxy | Inner class that ties a class and method together an invokable object. |
| DelegatingExceptionHandler | An alternative implementation of ExceptionHandler that discovers and automatically
configures individual AutoExceptionHandler classes to handle specific types of
exceptions. |
| Exception Summary | |
|---|---|
| ActionBeanNotFoundException | Thrown when the action resolver can not find an ActionBean bound to the requested URL. |
| StripesJspException | Stripes' version of the JspException that is used where only JspExceptions can be thrown. |
| StripesRuntimeException | Stripes' version of a RuntimeException that is to be preferred in Stripes code to throwing plain RuntimeExceptions. |
| StripesServletException | Stripes' implementation of a ServletException that is thrown by Stripes wherever throws clauses are limited to ServletExceptions. |
Contains interfaces and implementations of exception handling strategy classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||