Uses of Interface
net.opengis.ows11.ExceptionType
Packages that use ExceptionType
Package
Description
-
Uses of ExceptionType in net.opengis.ows11
Methods in net.opengis.ows11 that return ExceptionTypeModifier and TypeMethodDescriptionOws11Factory.createExceptionType()
Returns a new object of class 'Exception Type'.DocumentRoot.getException()
Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows11 with parameters of type ExceptionTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setException
(ExceptionType value) Sets the value of the 'Exception
' containment reference. -
Uses of ExceptionType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ExceptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Exception Type'.Methods in net.opengis.ows11.impl that return ExceptionTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createExceptionType()
DocumentRootImpl.getException()
Methods in net.opengis.ows11.impl with parameters of type ExceptionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetException
(ExceptionType newException, NotificationChain msgs) void
DocumentRootImpl.setException
(ExceptionType newException) -
Uses of ExceptionType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ExceptionTypeModifier and TypeMethodDescriptionOws11Switch.caseExceptionType
(ExceptionType object) Returns the result of interpreting the object as an instance of 'Exception Type'.boolean
Ows11Validator.validateExceptionType
(ExceptionType exceptionType, DiagnosticChain diagnostics, Map context) -
Uses of ExceptionType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ExceptionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateException
(ExceptionType value)