|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OGCException | |
---|---|
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.wcs.getcapabilities | |
org.deegree.ogcwebservices.wmps | Web Map Service 1.1.3 (OGC WMS Version 1.1.1). |
org.deegree.ogcwebservices.wms | Web Map Service 1.1.3 (OGC WMS Version 1.1.1). |
org.deegree.ogcwebservices.wps |
Uses of OGCException in org.deegree.ogcbase |
---|
Subclasses of OGCException in org.deegree.ogcbase | |
---|---|
class |
InvalidGMLException
|
class |
InvalidSRSException
|
Methods in org.deegree.ogcbase that throw OGCException | |
---|---|
void |
Description.setLabel(java.lang.String label)
|
void |
DescriptionBase.setName(java.lang.String name)
|
Constructors in org.deegree.ogcbase that throw OGCException | |
---|---|
Description(java.lang.String name,
java.lang.String label)
|
|
Description(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink)
|
|
DescriptionBase(java.lang.String name)
just name is mandatory |
|
DescriptionBase(java.lang.String name,
java.lang.String description,
MetadataLink metadataLink)
|
Uses of OGCException in org.deegree.ogcwebservices |
---|
Subclasses of OGCException in org.deegree.ogcwebservices | |
---|---|
class |
CurrentUpdateSequenceException
Value of (optional) updateSequence parameter in GetCapabilities operation request equals the current value of service metadata updateSequence number. |
class |
InconsistentRequestException
Thrown, if the Capabilities-document and the including configuration was invalid / inconsistent. |
class |
InvalidParameterValueException
Operation request contains an invalid parameter value locator = Name of parameter with invalid value |
class |
InvalidUpdateSequenceException
Value of (optional) updateSequence parameter in GetCapabilities operation request is greater than current value of service metadata updateSequence number locator = None, omit �locator� parameter |
class |
MissingParameterValueException
Operation request does not include a parameter value, and this server did not declare a default value for that parameter locator = Name of missing parameter |
class |
NoApplicableCodeException
No other exceptionCode specified by this service and server applies to this exception locator = None, omit �locator� parameter |
class |
OGCWebServiceException
|
class |
OperationNotSupportedException
Request is for an operation that is not supported by this server locator value = Name of operation not supported |
class |
VersionNegotiationFailedException
List of versions in �AcceptVersions� parameter value in GetCapabilities operation request did not include any version supported by this server. |
Uses of OGCException in org.deegree.ogcwebservices.csw |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.csw | |
---|---|
class |
NonexistentCollectionException
|
class |
NonexistentTypeException
|
Uses of OGCException in org.deegree.ogcwebservices.getcapabilities |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.getcapabilities | |
---|---|
class |
InvalidCapabilitiesException
|
Constructors in org.deegree.ogcwebservices.getcapabilities that throw OGCException | |
---|---|
Service(java.lang.String name,
java.lang.String label,
CodeList fees,
CodeList[] accessConstraints)
|
|
Service(java.lang.String description,
java.lang.String name,
MetadataLink metadataLink,
java.lang.String label,
Keywords[] keywords,
CitedResponsibleParty citedResponsibleParty,
CodeList fees,
CodeList[] accessConstraints,
java.lang.String version,
java.lang.String updateSequence)
|
|
Service(java.lang.String name,
java.lang.String label,
java.lang.String description,
CitedResponsibleParty citedResponsibleParty,
CodeList fees,
CodeList[] accessConstraints)
|
Uses of OGCException in org.deegree.ogcwebservices.wcs |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wcs | |
---|---|
class |
WCSException
|
Constructors in org.deegree.ogcwebservices.wcs that throw OGCException | |
---|---|
CoverageOfferingBrief(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink,
LonLatEnvelope lonLatEnvelope,
Keywords[] keywords)
|
|
CoverageOfferingBrief(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink,
LonLatEnvelope lonLatEnvelope,
Keywords[] keywords,
java.net.URL configuration)
|
Uses of OGCException in org.deegree.ogcwebservices.wcs.configuration |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wcs.configuration | |
---|---|
class |
InvalidConfigurationException
|
class |
InvalidCVExtensionException
|
class |
UnknownCVExtensionException
|
Methods in org.deegree.ogcwebservices.wcs.configuration that throw OGCException | |
---|---|
protected CoverageOfferingBrief |
WCSConfigurationDocument.parseCoverageOfferingBrief(org.w3c.dom.Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section |
Uses of OGCException in org.deegree.ogcwebservices.wcs.describecoverage |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wcs.describecoverage | |
---|---|
class |
InvalidCoverageDescriptionExcpetion
|
Constructors in org.deegree.ogcwebservices.wcs.describecoverage that throw OGCException | |
---|---|
AxisDescription(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink,
java.net.URI semantic,
java.net.URI refSys,
java.lang.String refSysLabel,
Values values)
|
|
AxisDescription(java.lang.String name,
java.lang.String label,
Values values)
|
|
CoverageOffering(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink,
LonLatEnvelope lonLatEnvelope,
Keywords[] keywords,
DomainSet domainSet,
RangeSet rangeSet,
SupportedSRSs supportedCRSs,
SupportedFormats supportedFormats,
SupportedInterpolations supportedInterpolations,
Extension extension)
|
|
RangeSet(java.lang.String name,
java.lang.String label)
|
|
RangeSet(java.lang.String name,
java.lang.String label,
java.lang.String description,
MetadataLink metadataLink,
java.net.URI semantic,
java.net.URI refSys,
java.lang.String refSysLabel,
ValueEnum nullValues,
AxisDescription[] axisDescription)
|
|
RangeSet(java.lang.String name,
java.lang.String label,
ValueEnum nullValues,
AxisDescription[] axisDescription)
|
Uses of OGCException in org.deegree.ogcwebservices.wcs.getcapabilities |
---|
Methods in org.deegree.ogcwebservices.wcs.getcapabilities that throw OGCException | |
---|---|
protected CoverageOfferingBrief |
WCSCapabilitiesDocument.parseCoverageOfferingBrief(org.w3c.dom.Element element)
creates a CoverageOfferingBrief object from the passed element encapsulating one CoverageOfferingBrief part of the WCS ContentMetadata section |
Uses of OGCException in org.deegree.ogcwebservices.wmps |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wmps | |
---|---|
class |
PrintMapServiceException
PrintMap service exception is a specialization of the ogc web service exception. |
Uses of OGCException in org.deegree.ogcwebservices.wms |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wms | |
---|---|
class |
InvalidCRSException
InvalidCRSException is true to its name and uses the InvalidCRS exception code. |
class |
InvalidFormatException
|
class |
InvalidPointException
InvalidPointException is true to its name and denotes an invalid point (in a
GetFeatureInfo request, probably). |
class |
LayerNotDefinedException
|
class |
LayerNotQueryableException
|
class |
StyleNotDefinedException
|
Uses of OGCException in org.deegree.ogcwebservices.wps |
---|
Subclasses of OGCException in org.deegree.ogcwebservices.wps | |
---|---|
class |
ServerBusyException
ServerBusyException.java Created on 29.03.2006. 09:57:59h The server is too busy to accept and queue the request at this time. |
|
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