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

Exceptions.DebugPageHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


org.jboss.seam.core
Class Exceptions.DebugPageHandler

java.lang.Object
  extended by org.jboss.seam.core.Exceptions.DebugPageHandler
All Implemented Interfaces:
Exceptions.ExceptionHandler
Enclosing class:
Exceptions

public static class Exceptions.DebugPageHandler
extends Object
implements Exceptions.ExceptionHandler


Constructor Summary
Exceptions.DebugPageHandler()
           
 
Method Summary
 Object handle(Exception e)
           
 boolean isHandler(Exception e)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exceptions.DebugPageHandler

public Exceptions.DebugPageHandler()
Method Detail

handle

public Object handle(Exception e)
              throws Exception
Specified by:
handle in interface Exceptions.ExceptionHandler
Throws:
Exception

isHandler

public boolean isHandler(Exception e)
Specified by:
isHandler in interface Exceptions.ExceptionHandler

toString

public String toString()
Overrides:
toString in class Object