Uses of Class
org.jboss.seam.exception.ExceptionHandler

Packages that use ExceptionHandler
org.jboss.seam.exception Implementation of Seam exception handling for JSF. 
 

Uses of ExceptionHandler in org.jboss.seam.exception
 

Subclasses of ExceptionHandler in org.jboss.seam.exception
 class AnnotationErrorHandler
          Implements @HttpError
 class AnnotationRedirectHandler
          Implements @Redirect
 class ConfigErrorHandler
          Implements <http-error/> for pages.xml
 class ConfigRedirectHandler
          Implements <redirect/> for pages.xml
 class DebugPageHandler
          Implements automagic redirection to the Seam debug page.
 class ErrorHandler
          Base implementation of HTTP error exception handlers.
 class RedirectHandler
          Base implementation of redirection exception handlers.
 

Methods in org.jboss.seam.exception that return types with arguments of type ExceptionHandler
 List<ExceptionHandler> Exceptions.getHandlers()