Tuscany Core

org.apache.tuscany.core.config
Class ConfigurationLoadException

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
All Implemented Interfaces:
java.io.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: 392764 $ $Date: 2006-04-09 12:13:55 -0400 (Sun, 09 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
ConfigurationLoadException()
           
ConfigurationLoadException(java.lang.String message)
           
ConfigurationLoadException(java.lang.String message, java.lang.Throwable cause)
           
ConfigurationLoadException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getResourceURI()
          Returns the location of the resource that was being loaded.
 void setResourceURI(java.lang.String resourceURI)
          Sets the location of the resource that was being loaded.
 
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

ConfigurationLoadException

public ConfigurationLoadException()

ConfigurationLoadException

public ConfigurationLoadException(java.lang.String message)

ConfigurationLoadException

public ConfigurationLoadException(java.lang.String message,
                                  java.lang.Throwable cause)

ConfigurationLoadException

public ConfigurationLoadException(java.lang.Throwable cause)
Method Detail

getResourceURI

public java.lang.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(java.lang.String resourceURI)
Sets the location of the resource that was being loaded.

Parameters:
resourceURI - the location of the resource that was being loaded

Tuscany Core

-