From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../config/class-use/ConfigurationException.html | 527 --------------------- 1 file changed, 527 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/class-use/ConfigurationException.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/class-use/ConfigurationException.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/class-use/ConfigurationException.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/class-use/ConfigurationException.html deleted file mode 100644 index 454b3631e1..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/class-use/ConfigurationException.html +++ /dev/null @@ -1,527 +0,0 @@ - - - - - - - -Uses of Class org.apache.tuscany.core.config.ConfigurationException (Tuscany Core incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
-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 CompositeContextBootstrapHelper.bootstrapStaxLoader(SystemCompositeContext parentContext, - org.apache.tuscany.model.assembly.AssemblyContext modelContext) - -
-          Bootstrap the StAX-based loader.
-static CompositeContextBootstrapHelper.registerModule(CompositeContext parent, - org.apache.tuscany.model.assembly.ModuleComponent component) - -
-           
-  -

- - - - - - - - - - - -
Constructors in org.apache.tuscany.core.client that throw ConfigurationException
TuscanyRuntime(java.lang.String name, - java.lang.String uri) - -
-          Construct a runtime using a null MonitorFactory.
TuscanyRuntime(java.lang.String name, - java.lang.String uri, - org.apache.tuscany.common.monitor.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
- classConfigurationLoadException - -
-          Exception indicating that there was a problem loading a configuration resource.
- classInvalidMetaDataException - -
-          Denotes an validation error processing component metadata
- classInvalidRootElementException - -
-          Configuration exception that indicates the actual root element in an XML file was not the one expected.
- classInvalidSetterException - -
-           
- classMetaDataException - -
-          Denotes an error processing component metadata
- classMissingInterfaceException - -
-          Exception indicating that the interface referenced in an assembly file could not be found.
- classMissingResourceException - -
-          Exception that indicates an expected resource could not be found.
- classSidefileLoadException - -
-          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
- classMissingContextFactoryException - -
-           
- classMissingImplementationException - -
-           
- classMissingScopeException - -
-           
- classProxyConfigurationException - -
-           
-  -

- - - - - - - - - - - - - - - - - -
Methods in org.apache.tuscany.core.context that throw ConfigurationException
- voidSystemCompositeContext.registerJavaObject(java.lang.String name, - java.lang.Class<?> service, - java.lang.Object instance) - -
-          Register a simple Java Object as a system component.
- voidCompositeContext.registerModelObject(org.apache.tuscany.model.assembly.Extensible model) - -
-          Adds a runtime artifact represented by the model object to the composite context by merging it with existing - artifacts.
- voidCompositeContext.registerModelObjects(java.util.List<? extends org.apache.tuscany.model.assembly.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  voidAbstractCompositeContext.registerConfiguration(ContextFactory<Context> factory) - -
-           
- voidAbstractCompositeContext.registerModelObject(org.apache.tuscany.model.assembly.Extensible model) - -
-           
- voidAbstractCompositeContext.registerModelObjects(java.util.List<? extends org.apache.tuscany.model.assembly.Extensible> models) - -
-           
-  -

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

- - - - - - - - - -
Subclasses of ConfigurationException in org.apache.tuscany.core.loader
- classInvalidPropertyFactoryException - -
-          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
- voidRuntimeContextImpl.registerModelObject(org.apache.tuscany.model.assembly.Extensible model) - -
-           
- voidRuntimeContextImpl.registerModelObjects(java.util.List<? extends org.apache.tuscany.model.assembly.Extensible> models) - -
-           
-  -

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

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

-


- - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-- - - -- cgit v1.2.3