public static enum WcsException.Code extends Enum<WcsException.Code>
Enum Constant and Description |
---|
CoverageNotDefined |
CurrentUpdateSequence |
InvalidFormat |
InvalidParameterValue |
InvalidUpdateSequence |
MissingParameterValue |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static WcsException.Code |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1999–2019 UCAR/Unidata. All rights reserved.