Tuscany Core

org.apache.tuscany.core.config
Class SidefileLoadException

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

public class SidefileLoadException
extends ConfigurationLoadException

Exception indicating that there was a problem loading a sidefile.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
SidefileLoadException()
           
SidefileLoadException(java.lang.String message)
           
SidefileLoadException(java.lang.String message, java.lang.Throwable cause)
           
SidefileLoadException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getSidefileURI()
           
 void setSidefileURI(java.lang.String sidefileURI)
           
 
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

SidefileLoadException

public SidefileLoadException()

SidefileLoadException

public SidefileLoadException(java.lang.String message)

SidefileLoadException

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

SidefileLoadException

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

getSidefileURI

public java.lang.String getSidefileURI()

setSidefileURI

public void setSidefileURI(java.lang.String sidefileURI)

Tuscany Core

-