org.apache.tuscany.core.config
Class MissingResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.common.TuscanyException
org.apache.tuscany.core.config.ConfigurationException
org.apache.tuscany.core.config.ConfigurationLoadException
org.apache.tuscany.core.config.MissingResourceException
- All Implemented Interfaces:
- Serializable
public class MissingResourceException
- extends ConfigurationLoadException
Exception that indicates an expected resource could not be found.
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
- Serialized Form
MissingResourceException
public MissingResourceException(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
-