protected static enum FullAjaxExceptionHandler.LogReason extends Enum<FullAjaxExceptionHandler.LogReason>
Enum Constant and Description |
---|
ERROR_PAGE_ERROR
Another exception occurred during rendering error page.
|
EXCEPTION_HANDLED
An exception occurred during processing JSF ajax request.
|
RENDER_EXCEPTION_HANDLED
An exception occurred during rendering JSF ajax request.
|
RENDER_EXCEPTION_UNHANDLED
An exception occurred during rendering JSF ajax request.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the default message associated with the log reason.
|
static FullAjaxExceptionHandler.LogReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullAjaxExceptionHandler.LogReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FullAjaxExceptionHandler.LogReason EXCEPTION_HANDLED
public static final FullAjaxExceptionHandler.LogReason RENDER_EXCEPTION_HANDLED
public static final FullAjaxExceptionHandler.LogReason RENDER_EXCEPTION_UNHANDLED
public static final FullAjaxExceptionHandler.LogReason ERROR_PAGE_ERROR
public static FullAjaxExceptionHandler.LogReason[] values()
for (FullAjaxExceptionHandler.LogReason c : FullAjaxExceptionHandler.LogReason.values()) System.out.println(c);
public static FullAjaxExceptionHandler.LogReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getMessage()
Copyright © 2012–2020 OmniFaces. All rights reserved.