See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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.
|
UrlBindingConflictException |
This exception indicates that a URL does not contain enough information to map it to a single
ActionBean class. |
Contains interfaces and implementations of exception handling strategy classes.
? Copyright 2005-2006, Stripes Development Team.