Package org.jboss.seam.exception

Implementation of Seam exception handling for JSF.

See:
          Description

Class Summary
AnnotationErrorHandler Implements @HttpError
AnnotationRedirectHandler Implements @Redirect
ConfigErrorHandler Implements <http-error/> for pages.xml
ConfigRedirectHandler Implements <redirect/> for pages.xml
DebugPageHandler Implements automagic redirection to the Seam debug page.
ErrorHandler Base implementation of HTTP error exception handlers.
ExceptionHandler An element of the chain that knows how to handle a specific exception type.
Exceptions Manages the exception handler chain
RedirectHandler Base implementation of redirection exception handlers.
 

Package org.jboss.seam.exception Description

Implementation of Seam exception handling for JSF.

See Also:
org.jboss.seam.annotations.exception