Apache Tuscany SCA Kernel Sub-Project

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

Packages that use TuscanyException
org.apache.tuscany.host   
org.apache.tuscany.host.rmi   
org.apache.tuscany.spi.idl   
org.apache.tuscany.spi.implementation.java   
org.apache.tuscany.spi.loader   
org.apache.tuscany.spi.wire   
 

Uses of TuscanyException in org.apache.tuscany.host
 

Methods in org.apache.tuscany.host that throw TuscanyException
 void Launcher.bootRuntime(URL systemScdl, ClassLoader systemClassLoader, MonitorFactory monitorFactory)
          Boot the Tuscany runtime.
 

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

Subclasses of TuscanyException in org.apache.tuscany.host.rmi
 class RMIHostException
          This exception will relate to situations where the end applicaition's input is the cause of the exception
 

Uses of TuscanyException in org.apache.tuscany.spi.idl
 

Subclasses of TuscanyException in org.apache.tuscany.spi.idl
 class InvalidServiceContractException
           
 class OverloadedOperationException
          Exception thrown to indicate that a service contract specification contains an overloaded method.
 

Uses of TuscanyException in org.apache.tuscany.spi.implementation.java
 

Subclasses of TuscanyException in org.apache.tuscany.spi.implementation.java
 class DuplicatePropertyException
          Thrown when an implementation has more than one property injection site with the same name
 class IllegalPropertyException
          Denotes an illegal property definition in a component type
 class ProcessingException
          Denotes a problem processing annotations on a POJO implementation
 

Uses of TuscanyException in org.apache.tuscany.spi.loader
 

Subclasses of TuscanyException in org.apache.tuscany.spi.loader
 class InvalidReferenceException
           
 class InvalidValueException
          Exception that indicates the loader encountered an invalid value.
 class LoaderException
          Base class for Exceptions raised during the loading process.
 class MissingImplementationException
          Exception that indicates that an implementation was not provided.
 class MissingIncludeException
          Exception that indicates that an include was not provided.
 class MissingMustOverridePropertyException
           
 class MissingResourceException
          Exception that indicates an expected resource could not be found.
 class NotOverridablePropertyException
           
 class UndefinedPropertyException
           
 class UnexpectedElementException
          Exception that indicates that an element was found during loading that when loaded resulted in an unexpected type.
 class UnrecognizedElementException
          Exception that indicates an element was encountered that could not be handled.
 

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

Subclasses of TuscanyException in org.apache.tuscany.spi.wire
 class IncompatibleServiceContractException
          Denotes imcompatible service contracts for a wire
 class WireException
          Denotes a top-level exception dealing with a wire
 


Apache Tuscany SCA Kernel Sub-Project

-