public static enum ErrorDetails.KEYS extends java.lang.Enum<ErrorDetails.KEYS> implements AbiquoKey
| Enum Constant and Description |
|---|
CODE |
ERROR_MESSAGE |
MESSAGE |
SCOPE |
STACKTRACE |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.KEYS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDetails.KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDetails.KEYS CODE
public static final ErrorDetails.KEYS MESSAGE
public static final ErrorDetails.KEYS SCOPE
public static final ErrorDetails.KEYS STACKTRACE
public static final ErrorDetails.KEYS ERROR_MESSAGE
public static ErrorDetails.KEYS[] values()
for (ErrorDetails.KEYS c : ErrorDetails.KEYS.values()) System.out.println(c);
public static ErrorDetails.KEYS 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 © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.