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