Uses of Package
net.sourceforge.stripes.exception

Packages that use net.sourceforge.stripes.exception
net.sourceforge.stripes.action This package defines the ActionBean interface and related classes and interfaces for writing ActionBeans. 
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.tag.layout Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh. 
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. 
net.sourceforge.stripes.vfs Contains classes that facilitate discovery of resources via the class loader. 
 

Classes in net.sourceforge.stripes.exception used by net.sourceforge.stripes.action
SourcePageNotFoundException
          A subclass of IllegalStateException that is thrown when validation errors are present on a request and the source page cannot be determined.
 

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.
SourcePageNotFoundException
          A subclass of IllegalStateException that is thrown when validation errors are present on a request and the source page cannot be determined.
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.tag.layout
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.
 

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



© Copyright 2005-2006, Stripes Development Team.