Uses of Interface
org.deegree.services.capabilities.CException

Packages that use CException
org.deegree_impl.services.capabilities   
org.deegree_impl.services.wcas.capabilities   
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wcas.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of CException in org.deegree_impl.services.capabilities
 

Classes in org.deegree_impl.services.capabilities that implement CException
 class CException_Impl
          ----------------------------------------------------------------------
 

Uses of CException in org.deegree_impl.services.wcas.capabilities
 

Fields in org.deegree_impl.services.wcas.capabilities declared as CException
private  CException Capability_Impl.exceptions
           
 

Methods in org.deegree_impl.services.wcas.capabilities that return CException
private static CException WCASCapabilitiesFactory.getExceptions(org.w3c.dom.Element element)
          returns the format exception will be retruned
 CException Capability_Impl.getExceptions()
           
 

Methods in org.deegree_impl.services.wcas.capabilities with parameters of type CException
 void Capability_Impl.setExceptions(CException exceptions)
           
 

Constructors in org.deegree_impl.services.wcas.capabilities with parameters of type CException
Capability_Impl(TaxonomyTypeList taxonomyTypeList, Request request, RecordTypeList recordTypeList, PresentOptions presentOptions, QueryLanguages queryLanguages, FederatedCatalog[] federatedCatalogs, CException exceptions, org.w3c.dom.Document vendorspecificCapabilities)
           
 

Uses of CException in org.deegree_impl.services.wms.capabilities
 

Fields in org.deegree_impl.services.wms.capabilities declared as CException
private  CException Capability_Impl.exception
           
 

Methods in org.deegree_impl.services.wms.capabilities that return CException
protected  CException OGCWMSCapabilitiesFactory.createException(org.w3c.dom.Element element)
          Creates a CException-instance according to the contents of the DOM-subtree starting at the given 'Exception'-Element.
 CException Capability_Impl.getException()
          returns the format where exceptions will be returned
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type CException
 void Capability_Impl.setException(CException exception)
          sets the format where exceptions will be returned
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type CException
Capability_Impl(Request request, CException exception, org.w3c.dom.Document vendorSpecificCapabilities, UserDefinedSymbolization userDefinedSymbolization, Layer layer)
          constructor initializing the class with the capabilities
 

Uses of CException in org.deegree.services.wcas.capabilities
 

Methods in org.deegree.services.wcas.capabilities that return CException
 CException Capability.getExceptions()
          returns the format exceptions will be returned
 

Uses of CException in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return CException
 CException Capability.getException()
          returns the format where exceptions will be returned