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, boolean rollback)
           
 
Method Summary
protected  int getCode(Exception e)
           
protected  String getMessage(Exception e)
           
protected  boolean isEnd(Exception e)
           
 boolean isHandler(Exception e)
           
protected  boolean isRollback(Exception e)
           
 
Methods inherited from class org.jboss.seam.exceptions.ErrorHandler
handle
 
Methods inherited from class org.jboss.seam.exceptions.ExceptionHandler
addFacesMessage, getDisplayMessage, getViewId, rethrow
 
Methods inherited from class org.jboss.seam.core.Navigator
error, redirect, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigErrorHandler

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

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