Uses of Interface
net.opengis.ows20.ExceptionType
-
Packages that use ExceptionType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ExceptionType in net.opengis.ows20
Methods in net.opengis.ows20 that return ExceptionType Modifier and Type Method Description ExceptionType
Ows20Factory. createExceptionType()
Returns a new object of class 'Exception Type'.ExceptionType
DocumentRoot. getException()
Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows20 that return types with arguments of type ExceptionType Modifier and Type Method Description EList<ExceptionType>
ExceptionReportType. getException()
Returns the value of the 'Exception' containment reference list.Methods in net.opengis.ows20 with parameters of type ExceptionType Modifier and Type Method Description void
DocumentRoot. 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 ExceptionType Modifier and Type Class Description class
ExceptionTypeImpl
An implementation of the model object 'Exception Type'.Fields in net.opengis.ows20.impl with type parameters of type ExceptionType Modifier and Type Field Description protected EList<ExceptionType>
ExceptionReportTypeImpl. exception
The cached value of the 'Exception
' containment reference list.Methods in net.opengis.ows20.impl that return ExceptionType Modifier and Type Method Description ExceptionType
Ows20FactoryImpl. createExceptionType()
ExceptionType
DocumentRootImpl. getException()
Methods in net.opengis.ows20.impl that return types with arguments of type ExceptionType Modifier and Type Method Description EList<ExceptionType>
ExceptionReportTypeImpl. getException()
Methods in net.opengis.ows20.impl with parameters of type ExceptionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetException(ExceptionType newException, NotificationChain msgs)
void
DocumentRootImpl. setException(ExceptionType newException)
-
Uses of ExceptionType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ExceptionType Modifier and Type Method Description T
Ows20Switch. caseExceptionType(ExceptionType object)
Returns the result of interpreting the object as an instance of 'Exception Type'.boolean
Ows20Validator. 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 ExceptionType Modifier and Type Method Description boolean
DocumentRootValidator. validateException(ExceptionType value)
Method parameters in net.opengis.ows20.validation with type arguments of type ExceptionType Modifier and Type Method Description boolean
ExceptionReportTypeValidator. validateException(EList<ExceptionType> value)
-