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:
- java.io.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
|
Constructor Summary |
InstantiationPropertyException(java.util.Properties properties,
java.lang.String propertyName,
java.lang.Exception problem)
Constructor with properties, property name and problem. |
InstantiationPropertyException(java.lang.String propertyName,
java.lang.Exception problem)
Constructor with properties, property name and problem. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InstantiationPropertyException
public InstantiationPropertyException(java.util.Properties properties,
java.lang.String propertyName,
java.lang.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(java.lang.String propertyName,
java.lang.Exception problem)
- Constructor with properties, property name and problem.
- Parameters:
propertyName - the name of the property with the problemproblem - and Exception
getMessage
public java.lang.String getMessage()
-
- Overrides:
getMessage in class PropertyException
- Returns:
- The detailed message.
- See Also:
PropertyException.getMessage()
Copyright © 2000-2008 PanEris. All Rights Reserved.