public enum FeatureErrorCode extends java.lang.Enum<FeatureErrorCode>
| Enum Constant and Description |
|---|
FEATURE_COMPUTATION_ERROR |
FEATURE_DEFINITION_ERROR |
FEATURE_REQUEST_ERROR |
FEATURE_SOURCE_ERROR |
INTERNAL_ERROR |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static FeatureErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureErrorCode FEATURE_DEFINITION_ERROR
public static final FeatureErrorCode FEATURE_REQUEST_ERROR
public static final FeatureErrorCode FEATURE_SOURCE_ERROR
public static final FeatureErrorCode FEATURE_COMPUTATION_ERROR
public static final FeatureErrorCode INTERNAL_ERROR
public static final FeatureErrorCode UNKNOWN
public static FeatureErrorCode[] values()
for (FeatureErrorCode c : FeatureErrorCode.values()) System.out.println(c);
public static FeatureErrorCode 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