Uses of Interface
net.opengis.wcs10.ExceptionType
Packages that use ExceptionType
Package
Description
-
Uses of ExceptionType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ExceptionTypeModifier and TypeMethodDescriptionWcs10Factory.createExceptionType()
Returns a new object of class 'Exception Type'.WCSCapabilityType.getException()
Returns the value of the 'Exception' containment reference.Methods in net.opengis.wcs10 with parameters of type ExceptionTypeModifier and TypeMethodDescriptionvoid
WCSCapabilityType.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 ExceptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Exception Type'.Fields in net.opengis.wcs10.impl declared as ExceptionTypeModifier and TypeFieldDescriptionprotected ExceptionType
WCSCapabilityTypeImpl.exception
The cached value of the 'Exception
' containment reference.Methods in net.opengis.wcs10.impl that return ExceptionTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createExceptionType()
WCSCapabilityTypeImpl.getException()
Methods in net.opengis.wcs10.impl with parameters of type ExceptionTypeModifier and TypeMethodDescriptionNotificationChain
WCSCapabilityTypeImpl.basicSetException
(ExceptionType newException, NotificationChain msgs) void
WCSCapabilityTypeImpl.setException
(ExceptionType newException) -
Uses of ExceptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ExceptionTypeModifier and TypeMethodDescriptionWcs10Switch.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 ExceptionTypeModifier and TypeMethodDescriptionboolean
WCSCapabilityTypeValidator.validateException
(ExceptionType value)