org.jboss.seam.exception
Class ExceptionHandler
java.lang.Object
org.jboss.seam.faces.Navigator
org.jboss.seam.exception.ExceptionHandler
- Direct Known Subclasses:
- DebugPageHandler, ErrorHandler, RedirectHandler
public abstract class ExceptionHandler
- extends Navigator
An element of the chain that knows how to handle a
specific exception type.
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler()
handle
public abstract void handle(Exception e)
throws Exception
- Throws:
Exception
isHandler
public abstract boolean isHandler(Exception e)
isLogEnabled
public boolean isLogEnabled()
setLogEnabled
public void setLogEnabled(boolean logEnabled)
getLogLevel
public ExceptionHandler.LogLevel getLogLevel()
setLogLevel
public void setLogLevel(ExceptionHandler.LogLevel logLevel)
Copyright © 2013 Seam Framework. All Rights Reserved.