org.jboss.seam.exception
public abstract class ExceptionHandler extends Navigator
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionHandler.LogLevel |
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler.LogLevel |
getLogLevel() |
abstract void |
handle(Exception e) |
abstract boolean |
isHandler(Exception e) |
boolean |
isLogEnabled() |
void |
setLogEnabled(boolean logEnabled) |
void |
setLogLevel(ExceptionHandler.LogLevel logLevel) |
addFacesMessage, error, getDisplayMessage, redirect, redirect, redirectExternal, renderpublic abstract boolean isHandler(Exception e)
public boolean isLogEnabled()
public void setLogEnabled(boolean logEnabled)
public ExceptionHandler.LogLevel getLogLevel()
public void setLogLevel(ExceptionHandler.LogLevel logLevel)
Copyright © 2015 Seam Framework. All Rights Reserved.