|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
OGCException(java.lang.String message,
ExceptionCode code)
|
Uses of ExceptionCode in org.deegree.ogcwebservices |
---|
Constructors in org.deegree.ogcwebservices with parameters of type ExceptionCode | |
---|---|
CurrentUpdateSequenceException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
InvalidParameterValueException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
InvalidUpdateSequenceException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
MissingParameterValueException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
NoApplicableCodeException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
OGCWebServiceException(java.lang.String message,
ExceptionCode code)
|
|
OGCWebServiceException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
OperationNotSupportedException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
VersionNegotiationFailedException(java.lang.String locator,
java.lang.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(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
NonexistentTypeException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
Uses of ExceptionCode in org.deegree.ogcwebservices.getcapabilities |
---|
Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type ExceptionCode | |
---|---|
InvalidCapabilitiesException(java.lang.String message,
ExceptionCode code)
|
|
InvalidCapabilitiesException(java.lang.String locator,
java.lang.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(java.lang.String locator,
java.lang.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(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
InvalidCVExtensionException(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
UnknownCVExtensionException(java.lang.String locator,
java.lang.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(java.lang.String locator,
java.lang.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(java.lang.String locator,
java.lang.String message,
ExceptionCode code)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org