Uses of Interface
net.opengis.ows10.ExceptionType
Packages that use ExceptionType
-
Uses of ExceptionType in net.opengis.ows10
Methods in net.opengis.ows10 that return ExceptionTypeModifier and TypeMethodDescriptionOws10Factory.createExceptionType()
Returns a new object of class 'Exception Type'.DocumentRoot.getException()
Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows10 that return types with arguments of type ExceptionTypeModifier and TypeMethodDescriptionEList<ExceptionType>
ExceptionReportType.getException()
Returns the value of the 'Exception' containment reference list.Methods in net.opengis.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement ExceptionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Exception Type'.Fields in net.opengis.ows10.impl with type parameters of type ExceptionTypeModifier and TypeFieldDescriptionprotected EList<ExceptionType>
ExceptionReportTypeImpl.exception
The cached value of the 'Exception
' containment reference list.Methods in net.opengis.ows10.impl that return ExceptionTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createExceptionType()
DocumentRootImpl.getException()
Methods in net.opengis.ows10.impl that return types with arguments of type ExceptionTypeMethods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ExceptionTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateException
(ExceptionType value)