当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
Exceptions.ErrorHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.core
Class Exceptions.ErrorHandler
java.lang.Object
org.jboss.seam.core.Exceptions.ErrorHandler
- All Implemented Interfaces:
- Exceptions.ExceptionHandler
- Enclosing class:
- Exceptions
public static class Exceptions.ErrorHandler
- extends Object
- implements Exceptions.ExceptionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exceptions.ErrorHandler
public Exceptions.ErrorHandler()
handle
public void 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
getMessage
protected String getMessage(Exception e)
getCode
protected int getCode(Exception e)
isEnd
protected boolean isEnd(Exception e)