Uses of Interface
net.opengis.ows10.ExceptionType
-
Packages that use ExceptionType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of ExceptionType in net.opengis.ows10
Methods in net.opengis.ows10 that return ExceptionType Modifier and Type Method Description ExceptionTypeOws10Factory. createExceptionType()Returns a new object of class 'Exception Type'.ExceptionTypeDocumentRoot. getException()Returns the value of the 'Exception' containment reference.Methods in net.opengis.ows10 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.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement ExceptionType Modifier and Type Class Description classExceptionTypeImplAn implementation of the model object 'Exception Type'.Fields in net.opengis.ows10.impl with type parameters of type ExceptionType Modifier and Type Field Description protected EList<ExceptionType>ExceptionReportTypeImpl. exceptionThe cached value of the 'Exception' containment reference list.Methods in net.opengis.ows10.impl that return ExceptionType Modifier and Type Method Description ExceptionTypeOws10FactoryImpl. createExceptionType()ExceptionTypeDocumentRootImpl. getException()Methods in net.opengis.ows10.impl that return types with arguments of type ExceptionType Modifier and Type Method Description EList<ExceptionType>ExceptionReportTypeImpl. getException()Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ExceptionType Modifier and Type Method Description booleanDocumentRootValidator. validateException(ExceptionType value)
-