Uses of Interface
net.opengis.ows11.ExceptionType

Packages that use ExceptionType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ExceptionType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ExceptionType
 ExceptionType Ows11Factory.createExceptionType()
          Returns a new object of class 'Exception Type'.
 ExceptionType DocumentRoot.getException()
          Returns the value of the 'Exception' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ExceptionType
 void DocumentRoot.setException(ExceptionType value)
          Sets the value of the 'Exception' containment reference.
 

Uses of ExceptionType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ExceptionType
 class ExceptionTypeImpl
          An implementation of the model object 'Exception Type'.
 

Methods in net.opengis.ows11.impl that return ExceptionType
 ExceptionType Ows11FactoryImpl.createExceptionType()
           
 ExceptionType DocumentRootImpl.getException()
           
 

Methods in net.opengis.ows11.impl with parameters of type ExceptionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetException(ExceptionType newException, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setException(ExceptionType newException)
           
 

Uses of ExceptionType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ExceptionType
 java.lang.Object Ows11Switch.caseExceptionType(ExceptionType object)
          Returns the result of interpreting the object as an instance of 'Exception Type'.
 boolean Ows11Validator.validateExceptionType(ExceptionType exceptionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ExceptionType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type ExceptionType
 boolean DocumentRootValidator.validateException(ExceptionType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.