Tuscany Core

org.apache.tuscany.core.loader
Class InvalidPropertyFactoryException

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

public class InvalidPropertyFactoryException
extends ConfigurationLoadException

Exception raised if there is a problem configuring a PropertyFactory.

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

Constructor Summary
InvalidPropertyFactoryException(java.lang.String className, java.lang.Throwable cause)
          Constructor indicating the cause why the property factory could not be created.
 
Method Summary
 java.lang.String getClassName()
          Returns the name of the property factory implementation class.
 
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

InvalidPropertyFactoryException

public InvalidPropertyFactoryException(java.lang.String className,
                                       java.lang.Throwable cause)
Constructor indicating the cause why the property factory could not be created.

Parameters:
className - the name of the class that is intended to be the PropertyFactory
cause - the Throwable that prevented the PropertyFactory from being created
Method Detail

getClassName

public java.lang.String getClassName()
Returns the name of the property factory implementation class.

Returns:
the name of the property factory implementation class

Tuscany Core

-