public enum OwsExceptionCode extends Enum<OwsExceptionCode>
Enum Constant and Description |
---|
InvalidParameterValue |
InvalidRequest |
InvalidUpdateSequence |
MissingParameterValue |
NoApplicableCode |
NoDataAvailable |
OperationNotSupported |
VersionNegotiationFailed |
Modifier and Type | Method and Description |
---|---|
static OwsExceptionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwsExceptionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwsExceptionCode OperationNotSupported
public static final OwsExceptionCode MissingParameterValue
public static final OwsExceptionCode InvalidParameterValue
public static final OwsExceptionCode VersionNegotiationFailed
public static final OwsExceptionCode InvalidUpdateSequence
public static final OwsExceptionCode NoApplicableCode
public static final OwsExceptionCode NoDataAvailable
public static final OwsExceptionCode InvalidRequest
public static OwsExceptionCode[] values()
for (OwsExceptionCode c : OwsExceptionCode.values()) System.out.println(c);
public static OwsExceptionCode 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 © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.