Tuscany Core

org.apache.tuscany.core.config
Class MissingInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.common.TuscanyException
              extended by org.apache.tuscany.core.config.ConfigurationException
                  extended by org.apache.tuscany.core.config.ConfigurationLoadException
                      extended by org.apache.tuscany.core.config.MissingInterfaceException
All Implemented Interfaces:
Serializable

public class MissingInterfaceException
extends ConfigurationLoadException

Exception indicating that the interface referenced in an assembly file could not be found.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
MissingInterfaceException()
           
MissingInterfaceException(String message)
           
MissingInterfaceException(String message, Throwable cause)
           
MissingInterfaceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.core.config.ConfigurationLoadException
getResourceURI, setResourceURI
 
Methods inherited from class org.apache.tuscany.common.TuscanyException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingInterfaceException

public MissingInterfaceException()

MissingInterfaceException

public MissingInterfaceException(String message)

MissingInterfaceException

public MissingInterfaceException(String message,
                                 Throwable cause)

MissingInterfaceException

public MissingInterfaceException(Throwable cause)

Tuscany Core

-