org.jboss.seam.exception
Class DebugPageHandler

java.lang.Object
  extended by org.jboss.seam.faces.Navigator
      extended by org.jboss.seam.exception.ExceptionHandler
          extended by org.jboss.seam.exception.DebugPageHandler

public class DebugPageHandler
extends ExceptionHandler

Implements automagic redirection to the Seam debug page.

Author:
Gavin King

Constructor Summary
DebugPageHandler()
           
 
Method Summary
 void handle(Exception e)
           
 boolean isHandler(Exception e)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

DebugPageHandler

public DebugPageHandler()
Method Detail

handle

public void 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