Uses of Interface
net.opengis.ows20.ExceptionType
Packages that use ExceptionType
Package
Description
-
Uses of ExceptionType in net.opengis.ows20
Methods in net.opengis.ows20 that return ExceptionTypeModifier and TypeMethodDescriptionOws20Factory.createExceptionType()Returns a new object of class 'Exception Type'.DocumentRoot.getException()Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows20 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.ows20 with parameters of type ExceptionTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setException(ExceptionType value) Sets the value of the 'Exception' containment reference. -
Uses of ExceptionType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ExceptionTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Exception Type'.Fields in net.opengis.ows20.impl with type parameters of type ExceptionTypeModifier and TypeFieldDescriptionprotected EList<ExceptionType>ExceptionReportTypeImpl.exceptionThe cached value of the 'Exception' containment reference list.Methods in net.opengis.ows20.impl that return ExceptionTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createExceptionType()DocumentRootImpl.getException()Methods in net.opengis.ows20.impl that return types with arguments of type ExceptionTypeMethods in net.opengis.ows20.impl with parameters of type ExceptionTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetException(ExceptionType newException, NotificationChain msgs) voidDocumentRootImpl.setException(ExceptionType newException) -
Uses of ExceptionType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ExceptionTypeModifier and TypeMethodDescriptionOws20Switch.caseExceptionType(ExceptionType object) Returns the result of interpreting the object as an instance of 'Exception Type'.booleanOws20Validator.validateExceptionType(ExceptionType exceptionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ExceptionType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ExceptionTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateException(ExceptionType value) Method parameters in net.opengis.ows20.validation with type arguments of type ExceptionTypeModifier and TypeMethodDescriptionbooleanExceptionReportTypeValidator.validateException(EList<ExceptionType> value)