Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.loader
Class MissingIncludeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.spi.loader.LoaderException
                  extended by org.apache.tuscany.spi.loader.MissingIncludeException
All Implemented Interfaces:
Serializable

public class MissingIncludeException
extends LoaderException

Exception that indicates that an include was not provided.

Version:
$Rev: 440806 $ $Date: 2006-09-06 10:48:13 -0700 (Wed, 06 Sep 2006) $
See Also:
Serialized Form

Constructor Summary
MissingIncludeException()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.apache.tuscany.spi.loader.LoaderException
getResourceURI, setResourceURI
 
Methods inherited from class org.apache.tuscany.api.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

MissingIncludeException

public MissingIncludeException()
Default constructor.


Apache Tuscany SCA Kernel Sub-Project

-