org.apache.tuscany.core.config
Class ConfigurationLoadException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidPropertyFactoryException, InvalidRootElementException, InvalidSetterException, MetaDataException, MissingInterfaceException, MissingResourceException, SidefileLoadException
public class ConfigurationLoadException
- extends ConfigurationException
Exception indicating that there was a problem loading a configuration resource.
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
- See Also:
- Serialized Form
ConfigurationLoadException
public ConfigurationLoadException()
ConfigurationLoadException
public ConfigurationLoadException(String message)
ConfigurationLoadException
public ConfigurationLoadException(String message,
Throwable cause)
ConfigurationLoadException
public ConfigurationLoadException(Throwable cause)
getResourceURI
public String getResourceURI()
- Returns the location of the resource that was being loaded.
- Returns:
- the location of the resource that was being loaded
setResourceURI
public void setResourceURI(String resourceURI)
- Sets the location of the resource that was being loaded.
- Parameters:
resourceURI
- the location of the resource that was being loaded
-