org.apache.tuscany.core.loader
Class InvalidPropertyFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.common.TuscanyException
org.apache.tuscany.core.config.ConfigurationException
org.apache.tuscany.core.config.ConfigurationLoadException
org.apache.tuscany.core.loader.InvalidPropertyFactoryException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyFactoryException
- extends ConfigurationLoadException
Exception raised if there is a problem configuring a PropertyFactory.
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
Method Summary |
String |
getClassName()
Returns the name of the property factory implementation class. |
InvalidPropertyFactoryException
public InvalidPropertyFactoryException(String className,
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 PropertyFactorycause
- the Throwable that prevented the PropertyFactory from being created
getClassName
public String getClassName()
- Returns the name of the property factory implementation class.
- Returns:
- the name of the property factory implementation class
-