Uses of Class
org.n52.connectors.core.exceptions.N52Exception

Packages that use N52Exception
org.n52.connectors.core   
org.n52.connectors.core.exceptions   
 

Uses of N52Exception in org.n52.connectors.core
 

Methods in org.n52.connectors.core that throw N52Exception
 void Connector.factorySideInitialization(org.w3c.dom.Document xmlConfiguration, ConnectorRequest request)
          Initializes the connector with information contained in the request.
 void AbstractConnector.factorySideInitialization(org.w3c.dom.Document xmlConfiguration, ConnectorRequest request)
           
 java.lang.Object Connector.getImplementingObject(ConnectorRequest req)
          Returns an object that supports the desired functionality or gives (indirectly)access to the desired functionality.
 java.lang.Object AbstractConnector.getImplementingObject(ConnectorRequest request)
           
 java.lang.Object ConnectorFactory.getServiceAdapter(ConnectorRequest request)
           
 java.lang.Object ConnectorCreation.getServiceAdapter(ConnectorRequest request)
          return one object which supports an interface with requested functionality.
 

Uses of N52Exception in org.n52.connectors.core.exceptions
 

Subclasses of N52Exception in org.n52.connectors.core.exceptions
 class IllegalConnectorRequest
          Will be returned if some errors have been detected in the request
 class IllegalDefaultSetting
          Will be returned if illegal information has been detected in the default settings file
 class InconsistentDependencyDefinition
           
 class ParameterDoesNotExist
          A parameter is requested from a request that does not exist
 class WrappedException
          Wrapper for non N52 exception to prevent a waterfall of exceptions generated by the framwork