private static enum ErrorPageErrorHandler.PageLookupTechnique extends java.lang.Enum<ErrorPageErrorHandler.PageLookupTechnique>
Enum Constant and Description |
---|
GLOBAL |
STATUS_CODE |
THROWABLE |
Modifier and Type | Method and Description |
---|---|
static ErrorPageErrorHandler.PageLookupTechnique |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorPageErrorHandler.PageLookupTechnique[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorPageErrorHandler.PageLookupTechnique THROWABLE
public static final ErrorPageErrorHandler.PageLookupTechnique STATUS_CODE
public static final ErrorPageErrorHandler.PageLookupTechnique GLOBAL
public static ErrorPageErrorHandler.PageLookupTechnique[] values()
for (ErrorPageErrorHandler.PageLookupTechnique c : ErrorPageErrorHandler.PageLookupTechnique.values()) System.out.println(c);
public static ErrorPageErrorHandler.PageLookupTechnique valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null