Uses of Interface
net.opengis.ows11.ExceptionType
- 
Packages that use ExceptionType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of ExceptionType in net.opengis.ows11Methods in net.opengis.ows11 that return ExceptionType Modifier and Type Method Description ExceptionTypeOws11Factory. createExceptionType()Returns a new object of class 'Exception Type'.ExceptionTypeDocumentRoot. getException()Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows11 with parameters of type ExceptionType Modifier and Type Method Description voidDocumentRoot. setException(ExceptionType value)Sets the value of the 'Exception' containment reference.
- 
Uses of ExceptionType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ExceptionType Modifier and Type Class Description classExceptionTypeImplAn implementation of the model object 'Exception Type'.Methods in net.opengis.ows11.impl that return ExceptionType Modifier and Type Method Description ExceptionTypeOws11FactoryImpl. createExceptionType()ExceptionTypeDocumentRootImpl. getException()Methods in net.opengis.ows11.impl with parameters of type ExceptionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetException(ExceptionType newException, NotificationChain msgs)voidDocumentRootImpl. setException(ExceptionType newException)
- 
Uses of ExceptionType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ExceptionType Modifier and Type Method Description ObjectOws11Switch. caseExceptionType(ExceptionType object)Returns the result of interpreting the object as an instance of 'Exception Type'.booleanOws11Validator. validateExceptionType(ExceptionType exceptionType, DiagnosticChain diagnostics, Map context)
- 
Uses of ExceptionType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ExceptionType Modifier and Type Method Description booleanDocumentRootValidator. validateException(ExceptionType value)
 
-