|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WCTSConstants.ExceptionCodes> org.deegree.protocol.wps.ap.wcts.WCTSConstants.ExceptionCodes
public static enum WCTSConstants.ExceptionCodes
Inspire WPS application profile (WCTS) exception codes.
Enum Constant Summary | |
---|---|
InvalidArea
One or more points are outside of the the domainOfValidity of the in coordinate operation. |
|
MutualExclusionException
The multiplicities of the input parameters are mutually in contradiction. |
|
NoInputData
No input data available from a specified source for the input. |
|
NotTransformable
The coordinate transformation can not be performed. |
|
OperationNotSupported
Request is for an operation that is not supported by this service instance. |
|
Transformable
The coordinate transformation with the defined parameters is possible not an actual exception |
|
TransformException
Returned in case of a computation error occurring during a coordinate operation. |
|
UnsupportedCombination
Operation request contains an output CRS, which can not used within the output format. |
Method Summary | |
---|---|
static WCTSConstants.ExceptionCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WCTSConstants.ExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WCTSConstants.ExceptionCodes NoInputData
public static final WCTSConstants.ExceptionCodes InvalidArea
public static final WCTSConstants.ExceptionCodes TransformException
public static final WCTSConstants.ExceptionCodes OperationNotSupported
public static final WCTSConstants.ExceptionCodes UnsupportedCombination
public static final WCTSConstants.ExceptionCodes Transformable
public static final WCTSConstants.ExceptionCodes NotTransformable
public static final WCTSConstants.ExceptionCodes MutualExclusionException
Method Detail |
---|
public static WCTSConstants.ExceptionCodes[] values()
for (WCTSConstants.ExceptionCodes c : WCTSConstants.ExceptionCodes.values()) System.out.println(c);
public static WCTSConstants.ExceptionCodes valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |