|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.faces.Navigator
org.jboss.seam.exception.ExceptionHandler
org.jboss.seam.exception.ErrorHandler
org.jboss.seam.exception.ConfigErrorHandler
public final class ConfigErrorHandler
Implements <http-error/> for pages.xml
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.seam.exception.ExceptionHandler |
---|
ExceptionHandler.LogLevel |
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.exception.ErrorHandler |
---|
handle, toString |
Methods inherited from class org.jboss.seam.exception.ExceptionHandler |
---|
getLogLevel, isLogEnabled, setLogEnabled, setLogLevel |
Methods inherited from class org.jboss.seam.faces.Navigator |
---|
addFacesMessage, error, getDisplayMessage, redirect, redirect, redirectExternal, render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigErrorHandler(String message, boolean conversation, Class clazz, int code)
Method Detail |
---|
protected String getMessage(Exception e)
getMessage
in class ErrorHandler
protected int getCode(Exception e)
getCode
in class ErrorHandler
public boolean isHandler(Exception e)
isHandler
in class ExceptionHandler
protected boolean isEnd(Exception e)
isEnd
in class ErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |