org.jboss.seam.exception
Class ConfigErrorHandler
java.lang.Object
org.jboss.seam.faces.Navigator
org.jboss.seam.exception.ExceptionHandler
org.jboss.seam.exception.ErrorHandler
org.jboss.seam.exception.ConfigErrorHandler
public final class ConfigErrorHandler
- extends ErrorHandler
Implements <http-error/> for pages.xml
- Author:
- Gavin King
|
Constructor Summary |
ConfigErrorHandler(java.lang.String message,
boolean conversation,
java.lang.Class clazz,
int code)
|
|
Method Summary |
protected int |
getCode(java.lang.Exception e)
|
protected java.lang.String |
getMessage(java.lang.Exception e)
|
protected boolean |
isEnd(java.lang.Exception e)
|
boolean |
isHandler(java.lang.Exception e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigErrorHandler
public ConfigErrorHandler(java.lang.String message,
boolean conversation,
java.lang.Class clazz,
int code)
getMessage
protected java.lang.String getMessage(java.lang.Exception e)
- Specified by:
getMessage in class ErrorHandler
getCode
protected int getCode(java.lang.Exception e)
- Specified by:
getCode in class ErrorHandler
isHandler
public boolean isHandler(java.lang.Exception e)
- Specified by:
isHandler in class ExceptionHandler
isEnd
protected boolean isEnd(java.lang.Exception e)
- Specified by:
isEnd in class ErrorHandler
Copyright © 2011 Seam Framework. All Rights Reserved.