站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.7 cr1 API 英文版文档

DebugPageHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档


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
 void handle(Exception e)
           
 boolean isHandler(Exception e)
           
 String toString()
           
 
Methods inherited from class org.jboss.seam.core.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