org.jboss.seam.exception
Class ErrorHandler
java.lang.Object
org.jboss.seam.faces.Navigator
org.jboss.seam.exception.ExceptionHandler
org.jboss.seam.exception.ErrorHandler
- Direct Known Subclasses:
- AnnotationErrorHandler, ConfigErrorHandler
public abstract class ErrorHandler
- extends ExceptionHandler
Base implementation of HTTP error exception handlers.
- Author:
- Gavin King
|
Method Summary |
protected abstract int |
getCode(java.lang.Exception e)
|
protected abstract java.lang.String |
getMessage(java.lang.Exception e)
|
void |
handle(java.lang.Exception e)
|
protected abstract boolean |
isEnd(java.lang.Exception e)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorHandler
public ErrorHandler()
getCode
protected abstract int getCode(java.lang.Exception e)
getMessage
protected abstract java.lang.String getMessage(java.lang.Exception e)
isEnd
protected abstract boolean isEnd(java.lang.Exception e)
handle
public void handle(java.lang.Exception e)
throws java.lang.Exception
- Specified by:
handle in class ExceptionHandler
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 Seam Framework. All Rights Reserved.