Tuscany Core

org.apache.tuscany.core.config
Class MissingResourceException

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.MissingResourceException
All Implemented Interfaces:
java.io.Serializable

public class MissingResourceException
extends ConfigurationLoadException

Exception that indicates an expected resource could not be found.

Version:
$Rev: 392764 $ $Date: 2006-04-09 12:13:55 -0400 (Sun, 09 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
MissingResourceException(java.lang.String resource)
          Constructor that indicates which resource could not be found.
 
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

MissingResourceException

public MissingResourceException(java.lang.String resource)
Constructor that indicates which resource could not be found. The supplied parameter is also returned as the message.

Parameters:
resource - the resource that could not be found

Tuscany Core

-