Uses of Interface
net.opengis.wcs10.ExceptionType
-
Packages that use ExceptionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ExceptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ExceptionType Modifier and Type Method Description ExceptionTypeWcs10Factory. createExceptionType()Returns a new object of class 'Exception Type'.ExceptionTypeWCSCapabilityType. getException()Returns the value of the 'Exception' containment reference.Methods in net.opengis.wcs10 with parameters of type ExceptionType Modifier and Type Method Description voidWCSCapabilityType. setException(ExceptionType value)Sets the value of the 'Exception' containment reference. -
Uses of ExceptionType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ExceptionType Modifier and Type Class Description classExceptionTypeImplAn implementation of the model object 'Exception Type'.Fields in net.opengis.wcs10.impl declared as ExceptionType Modifier and Type Field Description protected ExceptionTypeWCSCapabilityTypeImpl. exceptionThe cached value of the 'Exception' containment reference.Methods in net.opengis.wcs10.impl that return ExceptionType Modifier and Type Method Description ExceptionTypeWcs10FactoryImpl. createExceptionType()ExceptionTypeWCSCapabilityTypeImpl. getException()Methods in net.opengis.wcs10.impl with parameters of type ExceptionType Modifier and Type Method Description NotificationChainWCSCapabilityTypeImpl. basicSetException(ExceptionType newException, NotificationChain msgs)voidWCSCapabilityTypeImpl. setException(ExceptionType newException) -
Uses of ExceptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ExceptionType Modifier and Type Method Description ObjectWcs10Switch. caseExceptionType(ExceptionType object)Returns the result of interpreting the object as an instance of 'Exception Type'. -
Uses of ExceptionType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ExceptionType Modifier and Type Method Description booleanWCSCapabilityTypeValidator. validateException(ExceptionType value)
-