org.deegree.protocol.wps.ap.wcts
Enum WCTSConstants.ExceptionCodes

java.lang.Object
  extended by java.lang.Enum<WCTSConstants.ExceptionCodes>
      extended by org.deegree.protocol.wps.ap.wcts.WCTSConstants.ExceptionCodes
All Implemented Interfaces:
Serializable, Comparable<WCTSConstants.ExceptionCodes>
Enclosing class:
WCTSConstants

public static enum WCTSConstants.ExceptionCodes
extends Enum<WCTSConstants.ExceptionCodes>

Inspire WPS application profile (WCTS) exception codes.

Version:
$Revision: 22826 $, $Date: 2010-03-03 17:43:41 +0100 (Wed, 03 Mar 2010) $
Author:
Rutger Bezema, last edited by: $Author: rbezema $

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

NoInputData

public static final WCTSConstants.ExceptionCodes NoInputData
No input data available from a specified source for the input.


InvalidArea

public static final WCTSConstants.ExceptionCodes InvalidArea
One or more points are outside of the the domainOfValidity of the in coordinate operation.


TransformException

public static final WCTSConstants.ExceptionCodes TransformException
Returned in case of a computation error occurring during a coordinate operation.


OperationNotSupported

public static final WCTSConstants.ExceptionCodes OperationNotSupported
Request is for an operation that is not supported by this service instance.


UnsupportedCombination

public static final WCTSConstants.ExceptionCodes UnsupportedCombination
Operation request contains an output CRS, which can not used within the output format.


Transformable

public static final WCTSConstants.ExceptionCodes Transformable
The coordinate transformation with the defined parameters is possible not an actual exception


NotTransformable

public static final WCTSConstants.ExceptionCodes NotTransformable
The coordinate transformation can not be performed.


MutualExclusionException

public static final WCTSConstants.ExceptionCodes MutualExclusionException
The multiplicities of the input parameters are mutually in contradiction.

Method Detail

values

public static WCTSConstants.ExceptionCodes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (WCTSConstants.ExceptionCodes c : WCTSConstants.ExceptionCodes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WCTSConstants.ExceptionCodes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.