org.apache.tuscany.sca.contribution.service
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.contribution.service.AbstractContributionException
              extended by org.apache.tuscany.sca.contribution.service.ContributionException
                  extended by org.apache.tuscany.sca.contribution.service.ContributionReadException
                      extended by org.apache.tuscany.sca.contribution.service.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends ContributionReadException

Denotes an invalid configuration artifact

Version:
$Rev: 525638 $ $Date: 2007-04-04 16:36:03 -0700 (Wed, 04 Apr 2007) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException
UNDEFINED
 
Constructor Summary
InvalidConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException
getColumn, getLine, getResourceURI, setColumn, setLine, setResourceURI
 
Methods inherited from class org.apache.tuscany.sca.contribution.service.AbstractContributionException
appendBaseMessage, getIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigurationException

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