Tuscany Core

Uses of Class
org.apache.tuscany.core.config.ConfigurationException

Packages that use ConfigurationException
org.apache.tuscany.core.client   
org.apache.tuscany.core.config   
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.loader   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
 

Uses of ConfigurationException in org.apache.tuscany.core.client
 

Methods in org.apache.tuscany.core.client that throw ConfigurationException
static CompositeContext BootstrapHelper.bootstrapStaxLoader(SystemCompositeContext parentContext, AssemblyContext modelContext)
          Bootstrap the StAX-based loader.
static CompositeContext BootstrapHelper.registerModule(CompositeContext parent, ModuleComponent component)
           
 

Constructors in org.apache.tuscany.core.client that throw ConfigurationException
TuscanyRuntime(String name, String uri)
          Construct a runtime using a null MonitorFactory.
TuscanyRuntime(String name, String uri, MonitorFactory monitorFactory)
          Construct a runtime containing a single module component with the specified name.
 

Uses of ConfigurationException in org.apache.tuscany.core.config
 

Subclasses of ConfigurationException in org.apache.tuscany.core.config
 class ConfigurationLoadException
          Exception indicating that there was a problem loading a configuration resource.
 class InvalidMetaDataException
          Denotes an validation error processing component metadata
 class InvalidRootElementException
          Configuration exception that indicates the actual root element in an XML file was not the one expected.
 class InvalidSetterException
           
 class MetaDataException
          Denotes an error processing component metadata
 class MissingInterfaceException
          Exception indicating that the interface referenced in an assembly file could not be found.
 class MissingResourceException
          Exception that indicates an expected resource could not be found.
 class SidefileLoadException
          Exception indicating that there was a problem loading a sidefile.
 

Uses of ConfigurationException in org.apache.tuscany.core.context
 

Subclasses of ConfigurationException in org.apache.tuscany.core.context
 class MissingContextFactoryException
           
 class MissingImplementationException
           
 class MissingScopeException
           
 class ProxyConfigurationException
           
 

Methods in org.apache.tuscany.core.context that throw ConfigurationException
 void SystemCompositeContext.registerJavaObject(String name, Class<?> service, Object instance)
          Register a simple Java Object as a system component.
 void CompositeContext.registerModelObject(Extensible model)
          Adds a runtime artifact represented by the model object to the composite context by merging it with existing artifacts.
 void CompositeContext.registerModelObjects(List<? extends Extensible> models)
          Adds runtime artifacts represented by the set of model objects to the composite context by merging them with existing artifacts.
 

Uses of ConfigurationException in org.apache.tuscany.core.context.impl
 

Methods in org.apache.tuscany.core.context.impl that throw ConfigurationException
protected  void AbstractCompositeContext.registerConfiguration(ContextFactory<Context> factory)
           
 void AbstractCompositeContext.registerModelObject(Extensible model)
           
 void AbstractCompositeContext.registerModelObjects(List<? extends Extensible> models)
           
 

Uses of ConfigurationException in org.apache.tuscany.core.loader
 

Subclasses of ConfigurationException in org.apache.tuscany.core.loader
 class InvalidPropertyFactoryException
          Exception raised if there is a problem configuring a PropertyFactory.
 

Uses of ConfigurationException in org.apache.tuscany.core.runtime
 

Methods in org.apache.tuscany.core.runtime that throw ConfigurationException
 void RuntimeContextImpl.registerModelObject(Extensible model)
           
 void RuntimeContextImpl.registerModelObjects(List<? extends Extensible> models)
           
 

Uses of ConfigurationException in org.apache.tuscany.core.system.context
 

Methods in org.apache.tuscany.core.system.context that throw ConfigurationException
 void SystemCompositeContextImpl.registerJavaObject(String componentName, Class<?> service, Object instance)
           
 


Tuscany Core

-