Package | Description |
---|---|
org.omnifaces.exceptionhandler |
Modifier and Type | Method and Description |
---|---|
static FullAjaxExceptionHandler.LogReason |
FullAjaxExceptionHandler.LogReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullAjaxExceptionHandler.LogReason[] |
FullAjaxExceptionHandler.LogReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FullAjaxExceptionHandler.logException(FacesContext context,
Throwable exception,
String location,
FullAjaxExceptionHandler.LogReason reason)
Log the thrown exception and determined error page location for the given log reason.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.