| Package | Description |
|---|---|
| thredds.wcs.v1_0_0_1 |
| Modifier and Type | Method and Description |
|---|---|
WcsException.Code |
WcsException.getCode() |
static WcsException.Code |
WcsException.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WcsException.Code[] |
WcsException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WcsException(WcsException.Code code,
java.lang.String locator,
java.util.List<java.lang.String> messages) |
WcsException(WcsException.Code code,
java.lang.String locator,
java.lang.String message) |