org.apache.tuscany.spi.loader
Class LoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.api.TuscanyException
org.apache.tuscany.spi.loader.LoaderException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidReferenceException, InvalidValueException, MissingImplementationException, MissingIncludeException, MissingMustOverridePropertyException, MissingResourceException, NotOverridablePropertyException, ProcessingException, UndefinedPropertyException, UnexpectedElementException, UnrecognizedElementException
public class LoaderException
- extends TuscanyException
Base class for Exceptions raised during the loading process. Loader implementations should throw a subclass of this
to indicate the actual problem.
- Version:
- $Rev: 432109 $ $Date: 2006-08-16 19:01:17 -0700 (Wed, 16 Aug 2006) $
- See Also:
- Serialized Form
LoaderException
public LoaderException()
LoaderException
public LoaderException(String message)
LoaderException
public LoaderException(String message,
Throwable cause)
LoaderException
public LoaderException(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
-