当前页面:
在线文档首页 >
JBoss Seam 1.2.0 API 英文版文档
ExceptionHandler (JBoss Seam API Documentation) - JBoss Seam 1.2.0 API 英文版文档
org.jboss.seam.exceptions
Class ExceptionHandler
java.lang.Object
org.jboss.seam.core.Navigator
org.jboss.seam.exceptions.ExceptionHandler
- Direct Known Subclasses:
- DebugPageHandler, ErrorHandler, RedirectHandler
public abstract class ExceptionHandler
- extends Navigator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler()
handle
public abstract void handle(Exception e)
throws Exception
- Throws:
Exception
isHandler
public abstract boolean isHandler(Exception e)