Tuscany Core

Uses of Class
org.apache.tuscany.core.context.CoreRuntimeException

Packages that use CoreRuntimeException
org.apache.tuscany.core.builder   
org.apache.tuscany.core.client   
org.apache.tuscany.core.context   
org.apache.tuscany.core.context.impl   
org.apache.tuscany.core.runtime   
org.apache.tuscany.core.system.context   
 

Uses of CoreRuntimeException in org.apache.tuscany.core.builder
 

Subclasses of CoreRuntimeException in org.apache.tuscany.core.builder
 class BuilderConfigException
          Represents an error processing an assembly model
 class BuilderException
          The root exception for the builder package.
 class BuilderInitException
          Denotes an exception initializing a builder
 class ContextCreationException
          Denotes an exception creating an instance context
 class NoAccessorException
          Denotes an attempt to access a non-existent field or method
 class UnknownTypeException
          Denotes an unknown configuration parameter type
 

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

Methods in org.apache.tuscany.core.client with parameters of type CoreRuntimeException
 void TuscanyRuntime.Monitor.moduleStartFailed(String name, CoreRuntimeException e)
          Event emitted when an attempt to start an application module failed.
 

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

Subclasses of CoreRuntimeException in org.apache.tuscany.core.context
 class AutowireResolutionException
          Denotes an exception while resolving an automatic wire
 class ContextInitException
          Denotes an error encountered while initializing an instance context
 class ContextRuntimeException
          An unchecked exception encountered by an Context
 class DuplicateNameException
          Denotes an attempt to add a context with a name equal to an existing context
 class EventException
          Denotes an error encountered while firing a module event
 class InvalidNameException
          Denotes an invalid name
 class ScopeInitializationException
          Denotes an initialization exception thrown by a scope container
 class ScopeRuntimeException
          Denotes a general runtime exception encountered by a scope container
 class TargetException
          Denotes an error while performing an operation on a target component implementation instance or proxy
 

Methods in org.apache.tuscany.core.context that throw CoreRuntimeException
 void Lifecycle.start()
          Starts the Lifecycle.
 void Lifecycle.stop()
          Stops the Lifecycle.
 

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

Methods in org.apache.tuscany.core.context.impl that throw CoreRuntimeException
 void ExternalServiceContextImpl.start()
           
 void EntryPointContextImpl.stop()
           
 void ExternalServiceContextImpl.stop()
           
 

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

Methods in org.apache.tuscany.core.runtime that throw CoreRuntimeException
 void RuntimeContextImpl.start()
           
 void RuntimeContextImpl.stop()
           
 

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

Methods in org.apache.tuscany.core.system.context that throw CoreRuntimeException
 void SystemEntryPointContext.start()
           
 void SystemEntryPointContext.stop()
           
 


Tuscany Core

-