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

ConfigErrorHandler (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.exceptions
Class ConfigErrorHandler

java.lang.Object
  extended by org.jboss.seam.core.Navigator
      extended by org.jboss.seam.exceptions.ExceptionHandler
          extended by org.jboss.seam.exceptions.ErrorHandler
              extended by org.jboss.seam.exceptions.ConfigErrorHandler

public final class ConfigErrorHandler
extends ErrorHandler


Constructor Summary
ConfigErrorHandler(String message, boolean conversation, Class clazz, int code)
           
 
Method Summary
protected  int getCode(Exception e)
           
protected  String getMessage(Exception e)
           
protected  boolean isEnd(Exception e)
           
 boolean isHandler(Exception e)
           
 
Methods inherited from class org.jboss.seam.exceptions.ErrorHandler
handle, 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

ConfigErrorHandler

public ConfigErrorHandler(String message,
                          boolean conversation,
                          Class clazz,
                          int code)
Method Detail

getMessage

protected String getMessage(Exception e)
Specified by:
getMessage in class ErrorHandler

getCode

protected int getCode(Exception e)
Specified by:
getCode in class ErrorHandler

isHandler

public boolean isHandler(Exception e)
Specified by:
isHandler in class ExceptionHandler

isEnd

protected boolean isEnd(Exception e)
Specified by:
isEnd in class ErrorHandler