Tuscany Core

org.apache.tuscany.core.config
Class InvalidMetaDataException

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.MetaDataException
                          extended by org.apache.tuscany.core.config.InvalidMetaDataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMetaDataException
extends MetaDataException

Denotes an validation error processing component metadata

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

Constructor Summary
InvalidMetaDataException()
           
InvalidMetaDataException(java.lang.String message)
           
InvalidMetaDataException(java.lang.String message, java.lang.Throwable cause)
           
InvalidMetaDataException(java.lang.Throwable cause)
           
 
Method Summary
 
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

InvalidMetaDataException

public InvalidMetaDataException()

InvalidMetaDataException

public InvalidMetaDataException(java.lang.String message)

InvalidMetaDataException

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

InvalidMetaDataException

public InvalidMetaDataException(java.lang.Throwable cause)

Tuscany Core

-