org.jboss.seam.exception
Class ExceptionHandler

java.lang.Object
  extended by org.jboss.seam.faces.Navigator
      extended by org.jboss.seam.exception.ExceptionHandler
Direct Known Subclasses:
DebugPageHandler, ErrorHandler, RedirectHandler

public abstract class ExceptionHandler
extends Navigator

An element of the chain that knows how to handle a specific exception type.

Author:
Gavin King

Constructor Summary
ExceptionHandler()
           
 
Method Summary
abstract  void handle(Exception e)
           
abstract  boolean isHandler(Exception e)
           
 
Methods inherited from class org.jboss.seam.faces.Navigator
addFacesMessage, error, getDisplayMessage, redirect, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handle

public abstract void handle(Exception e)
                     throws Exception
Throws:
Exception

isHandler

public abstract boolean isHandler(Exception e)