Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.api.TuscanyRuntimeException

Packages that use TuscanyRuntimeException
org.apache.tuscany.host.rmi   
org.apache.tuscany.spi   
org.apache.tuscany.spi.builder   
org.apache.tuscany.spi.component   
org.apache.tuscany.spi.databinding   
org.apache.tuscany.spi.wire   
 

Uses of TuscanyRuntimeException in org.apache.tuscany.host.rmi
 

Subclasses of TuscanyRuntimeException in org.apache.tuscany.host.rmi
 class RMIHostRuntimeException
          This exception relates to cases where there is a problem with the Host runtime
 

Uses of TuscanyRuntimeException in org.apache.tuscany.spi
 

Subclasses of TuscanyRuntimeException in org.apache.tuscany.spi
 class CoreRuntimeException
          The root exception for the runtime package.
 class InvalidNameException
          Denotes an invalid name
 class ObjectCreationException
          Denotes an error creating a new object instance
 

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

Subclasses of TuscanyRuntimeException 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 TuscanyRuntimeException in org.apache.tuscany.spi.component
 

Subclasses of TuscanyRuntimeException 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 TuscanyRuntimeException in org.apache.tuscany.spi.databinding
 

Subclasses of TuscanyRuntimeException in org.apache.tuscany.spi.databinding
 class TransformationException
          Reports problems during data transformation
 

Uses of TuscanyRuntimeException in org.apache.tuscany.spi.wire
 

Subclasses of TuscanyRuntimeException in org.apache.tuscany.spi.wire
 class ProxyCreationException
          Denotes an error creating a proxy
 


Apache Tuscany SCA Kernel Sub-Project

-