public static enum ErrorCatcherBean.ErrorCatcherType extends java.lang.Enum<ErrorCatcherBean.ErrorCatcherType>
| Enum Constant and Description |
|---|
CUSTOM
Customer error catchers.
|
DEFAULT
Default means reacing to all errors.
|
EXCEPTION_BOUND
ErrorCatchers that are bound to one exception type.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorCatcherBean.ErrorCatcherType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCatcherBean.ErrorCatcherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCatcherBean.ErrorCatcherType DEFAULT
public static final ErrorCatcherBean.ErrorCatcherType CUSTOM
public static final ErrorCatcherBean.ErrorCatcherType EXCEPTION_BOUND
public static ErrorCatcherBean.ErrorCatcherType[] values()
for (ErrorCatcherBean.ErrorCatcherType c : ErrorCatcherBean.ErrorCatcherType.values()) System.out.println(c);
public static ErrorCatcherBean.ErrorCatcherType 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 nullCopyright © 2010-2020 anotheria.net. All Rights Reserved.