Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.CoreRuntimeException

Packages that use CoreRuntimeException
org.apache.tuscany.spi   
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.extension   
 

Uses of CoreRuntimeException in org.apache.tuscany.spi
 

Subclasses of CoreRuntimeException in org.apache.tuscany.spi
 class InvalidNameException
          Denotes an invalid name
 

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

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

Subclasses of CoreRuntimeException in org.apache.tuscany.spi.builder
 class BuilderConfigException
          Represents an error processing an assembly model
 class BuilderException
          The root exception for the builder package.
 class InvalidServiceInterfaceException
           
 class PostProcessingException
          Denotes an error during post-processing of a wire
 

Uses of CoreRuntimeException in org.apache.tuscany.spi.component
 

Subclasses of CoreRuntimeException in org.apache.tuscany.spi.component
 class AutowireResolutionException
          Denotes an exception while resolving an automatic wire
 class ComponentNotFoundException
          Thrown when a component cannot be found
 class ComponentRuntimeException
          An unchecked exception encountered by an SCAObject
 class DuplicateNameException
          Denotes an attempt to add an child to a composite component with a name equal to an existing child
 class IllegalTargetException
          Thrown when a target for an operation is not of the required type
 class InvalidComponentTypeException
          Thrown when an operation is attempted using the wrong context type
 class ObjectRegistrationException
          Thrown when an error is encountered registering an object
 class ReferenceNotFoundException
          Thrown when a component reference is not defined in the compoenent type
 class ScopeNotFoundException
          Throw when a scope context cannot be found for a given scope
 class ScopeRuntimeException
          Denotes a general runtime exception encountered by a scope context
 class TargetException
          Denotes an error while performing an operation on a target component implementation instance or proxy
 class TargetNotFoundException
          Thrown when a target of an operation cannot be found
 

Uses of CoreRuntimeException in org.apache.tuscany.spi.extension
 

Methods in org.apache.tuscany.spi.extension that throw CoreRuntimeException
 void AtomicComponentExtension.start()
           
 

Constructors in org.apache.tuscany.spi.extension that throw CoreRuntimeException
ServiceExtension(String name, Class<?> interfaze, CompositeComponent parent, WireService wireService)
           
 


Apache Tuscany SCA Kernel Sub-Project

-