org.melati.util
Class InstantiationPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.PropertyException
org.melati.util.InstantiationPropertyException
- All Implemented Interfaces:
- Serializable
public class InstantiationPropertyException
- extends PropertyException
Thrown when there is a problem finding or creating a class
from a property value.
- See Also:
- Serialized Form
InstantiationPropertyException
public InstantiationPropertyException(Properties properties,
String propertyName,
Exception problem)
- Constructor with properties, property name and problem.
- Parameters:
properties
- a properties objectpropertyName
- the name of the property with the problemproblem
- and Exception
InstantiationPropertyException
public InstantiationPropertyException(String propertyName,
Exception problem)
- Constructor with properties, property name and problem.
- Parameters:
propertyName
- the name of the property with the problemproblem
- and Exception
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class PropertyException
- Returns:
- The detailed message.
- See Also:
PropertyException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.