Uses of Class
org.eclipse.actf.core.config.ConfigurationException

Packages that use ConfigurationException
org.eclipse.actf.core.config   
org.eclipse.actf.core.runtime   
org.eclipse.actf.validation.javapp.runtime   
 

Uses of ConfigurationException in org.eclipse.actf.core.config
 

Methods in org.eclipse.actf.core.config that throw ConfigurationException
 void XmlConfiguration.addConfigurationData(Object data)
          treats data object as an InputStream.
 void IConfiguration.addConfigurationData(Object data)
          add data to this configuration object
 void HybridConfiguraton.addConfigurationData(Object data)
           
 void EclipseConfiguration.addConfigurationData(Object data)
          treats data object as an IConfigurationElement (or IExtension??)
 void AbstractConfiguration.addConfigurationData(Object data)
          default implementation for this method attempts to treat the data object as a map and simply adds it to the existing configuration map.
protected  Map XmlConfiguration.addConfigurationData(Object data, Map configMap)
           
protected  Map EclipseConfiguration.addConfigurationData(Object data, Map configMap)
           
 

Constructors in org.eclipse.actf.core.config that throw ConfigurationException
EclipseConfiguration()
          create a Configuration from extension point information
HybridConfiguraton()
           
XmlConfiguration()
          create a Configuration from the .xml files found in the resources directory or, if specified, using System Properties.
 

Uses of ConfigurationException in org.eclipse.actf.core.runtime
 

Methods in org.eclipse.actf.core.runtime that throw ConfigurationException
 IConfiguration StandaloneRuntimeContext.getConfiguration()
           
 IConfiguration IRuntimeContext.getConfiguration()
           
 IConfiguration EclipseRuntimeContext.getConfiguration()
           
 

Uses of ConfigurationException in org.eclipse.actf.validation.javapp.runtime
 

Methods in org.eclipse.actf.validation.javapp.runtime that throw ConfigurationException
 IConfiguration InterJvmRuntimeContext.getConfiguration()