Uses of Package
net.sourceforge.stripes.exception

Packages that use net.sourceforge.stripes.exception
net.sourceforge.stripes.config This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. 
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
net.sourceforge.stripes.exception Contains interfaces and implementations of exception handling strategy classes. 
net.sourceforge.stripes.tag Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. 
net.sourceforge.stripes.util.bean This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. 
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.config
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.
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.controller
StripesServletException
          Stripes' implementation of a ServletException that is thrown by Stripes wherever throws clauses are limited to ServletExceptions.
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.exception
AutoExceptionHandler
          A marker interface for delegate exception handlers to be used with the DelegatingExceptionHandler.
DefaultExceptionHandler
          Default ExceptionHandler implementation that makes it easy for users to extend and add custom handling for different types of exception.
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.
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.
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.tag
StripesJspException
          Stripes' version of the JspException that is used where only JspExceptions can be thrown.
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.util.bean
StripesRuntimeException
          Stripes' version of a RuntimeException that is to be preferred in Stripes code to throwing plain RuntimeExceptions.
 



? Copyright 2005-2006, Stripes Development Team.