当前页面:
在线文档首页 >
JBoss Seam 1.1.1 API 英文版文档
ConfigErrorHandler (JBoss Seam API Documentation) - JBoss Seam 1.1.1 API 英文版文档
org.jboss.seam.exceptions
Class ConfigErrorHandler
java.lang.Object
org.jboss.seam.core.Navigator
org.jboss.seam.exceptions.ExceptionHandler
org.jboss.seam.exceptions.ErrorHandler
org.jboss.seam.exceptions.ConfigErrorHandler
public final class ConfigErrorHandler
- extends ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigErrorHandler
public ConfigErrorHandler(String message,
boolean conversation,
Class clazz,
int code,
boolean rollback)
getMessage
protected String getMessage(Exception e)
- Overrides:
getMessage
in class ExceptionHandler
getCode
protected int getCode(Exception e)
- Overrides:
getCode
in class ExceptionHandler
isHandler
public boolean isHandler(Exception e)
- Specified by:
isHandler
in class ExceptionHandler
isEnd
protected boolean isEnd(Exception e)
- Overrides:
isEnd
in class ExceptionHandler
isRollback
protected boolean isRollback(Exception e)
- Overrides:
isRollback
in class ExceptionHandler