org.jboss.seam.exceptions
Class DebugPageHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.exceptions.ExceptionHandler
          extended by org.jboss.seam.exceptions.DebugPageHandler

public class DebugPageHandler
extends ExceptionHandler


Constructor Summary
DebugPageHandler()
           
 
Method Summary
 Object handle(Exception e)
           
 boolean isHandler(Exception e)
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.exceptions.ExceptionHandler
addFacesMessage, getCode, getDisplayMessage, getMessage, getViewId, isEnd, isRollback, rethrow
 
Methods inherited from class org.jboss.seam.core.Navigator
error, redirect, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugPageHandler

public DebugPageHandler()
Method Detail

handle

public Object handle(Exception e)
              throws Exception
Specified by:
handle in class ExceptionHandler
Throws:
Exception

isHandler

public boolean isHandler(Exception e)
Specified by:
isHandler in class ExceptionHandler

toString

public String toString()
Overrides:
toString in class Object