deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcbase.ExceptionCode

Packages that use ExceptionCode
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices   
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.configuration   
org.deegree.ogcwebservices.wcs.describecoverage   
org.deegree.ogcwebservices.wcts The wcts (Web-Coordinate-Transformation-Service) package contains the deegree implementation of the wcts described in the draft version (0.4.0) of the ogc. 
org.deegree.ogcwebservices.wps   
 

Uses of ExceptionCode in org.deegree.ogcbase
 

Fields in org.deegree.ogcbase declared as ExceptionCode
protected  ExceptionCode OGCException.code
           
static ExceptionCode ExceptionCode.CURRENT_UPDATE_SEQUENCE
           
static ExceptionCode ExceptionCode.INTERNAL_SERVER_ERROR
          The service is not initialized
static ExceptionCode ExceptionCode.INVALID_CRS
           
static ExceptionCode ExceptionCode.INVALID_FORMAT
           
static ExceptionCode ExceptionCode.INVALID_POINT
           
static ExceptionCode ExceptionCode.INVALID_SRS
           
static ExceptionCode ExceptionCode.INVALID_UPDATESEQUENCE
           
static ExceptionCode ExceptionCode.INVALIDDIMENSIONVALUE
           
static ExceptionCode ExceptionCode.INVALIDPARAMETERVALUE
           
static ExceptionCode ExceptionCode.LAYER_NOT_DEFINED
           
static ExceptionCode ExceptionCode.LAYER_NOT_QUERYABLE
           
static ExceptionCode ExceptionCode.MISSINGDIMENSIONVALUE
           
static ExceptionCode ExceptionCode.MISSINGPARAMETERVALUE
           
static ExceptionCode ExceptionCode.NOAPPLICABLECODE
           
static ExceptionCode ExceptionCode.OPERATIONNOTSUPPORTED
           
static ExceptionCode ExceptionCode.SOAP_CLIENT
          The soap exception code which flags The Client class of errors indicate that the message was incorrectly formed or did not contain the appropriate information in order to succeed.
static ExceptionCode ExceptionCode.SOAP_MUST_UNDERSTAND
          The soap element with the mustUnderstand attribute is not understood by the soap handler
static ExceptionCode ExceptionCode.SOAP_SERVER
          The soap exception code which flags that the semantic of the request was not understood (i.e. an OGCWebserviceException)
static ExceptionCode ExceptionCode.STYLE_NOT_DEFINED
           
static ExceptionCode ExceptionCode.VERSIONNEGOTIATIONFAILED
           
 

Methods in org.deegree.ogcbase that return ExceptionCode
 ExceptionCode OGCException.getCode()
          returns the code of the exception as defined in the OGC web service
 

Constructors in org.deegree.ogcbase with parameters of type ExceptionCode
InvalidGMLException(String locator, String message, ExceptionCode code)
           
OGCException(String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices
 

Constructors in org.deegree.ogcwebservices with parameters of type ExceptionCode
CurrentUpdateSequenceException(String locator, String message, ExceptionCode code)
           
InvalidParameterValueException(String locator, String message, ExceptionCode code)
           
InvalidUpdateSequenceException(String locator, String message, ExceptionCode code)
           
MissingParameterValueException(String locator, String message, ExceptionCode code)
           
NoApplicableCodeException(String locator, String message, ExceptionCode code)
           
OGCWebServiceException(String message, ExceptionCode code)
           
OGCWebServiceException(String locator, String message, ExceptionCode code)
           
OperationNotSupportedException(String locator, String message, ExceptionCode code)
           
VersionNegotiationFailedException(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.csw
 

Subclasses of ExceptionCode in org.deegree.ogcwebservices.csw
 class CSWExceptionCode
          The CSWExceptionCode class is a simple extension to supply csw/wrs exception codes.
 

Constructors in org.deegree.ogcwebservices.csw with parameters of type ExceptionCode
NonexistentCollectionException(String locator, String message, ExceptionCode code)
           
NonexistentTypeException(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.getcapabilities
 

Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type ExceptionCode
InvalidCapabilitiesException(String message, ExceptionCode code)
           
InvalidCapabilitiesException(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.wcs
 

Subclasses of ExceptionCode in org.deegree.ogcwebservices.wcs
 class WCSExceptionCode
           
 

Constructors in org.deegree.ogcwebservices.wcs with parameters of type ExceptionCode
WCSException(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.wcs.configuration
 

Constructors in org.deegree.ogcwebservices.wcs.configuration with parameters of type ExceptionCode
InvalidConfigurationException(String locator, String message, ExceptionCode code)
           
InvalidCVExtensionException(String locator, String message, ExceptionCode code)
           
UnknownCVExtensionException(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.wcs.describecoverage
 

Constructors in org.deegree.ogcwebservices.wcs.describecoverage with parameters of type ExceptionCode
InvalidCoverageDescriptionExcpetion(String locator, String message, ExceptionCode code)
           
 

Uses of ExceptionCode in org.deegree.ogcwebservices.wcts
 

Subclasses of ExceptionCode in org.deegree.ogcwebservices.wcts
 class WCTSExceptionCode
          WCTSExceptionCode all wcts specific exception codes.
 

Fields in org.deegree.ogcwebservices.wcts declared as ExceptionCode
static ExceptionCode WCTSExceptionCode.INVALID_AREA
          One or more points in InputData are outside the domainOfValidity of the transformation
static ExceptionCode WCTSExceptionCode.NO_INPUT_DATA
          No inputdata was available from a specified source for input data.
static ExceptionCode WCTSExceptionCode.NOT_ENOUGH_STORAGE
          Operation request specifies 'store' result, but not enough storage is available to do this.
static ExceptionCode WCTSExceptionCode.UNSUPPORTED_COMBINATION
          Operation request contains output CRS that can not be used within output format.
 

Uses of ExceptionCode in org.deegree.ogcwebservices.wps
 

Constructors in org.deegree.ogcwebservices.wps with parameters of type ExceptionCode
ServerBusyException(String locator, String message, ExceptionCode code)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org