org.melati.util
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.PropertyException
org.melati.util.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
public class NoSuchPropertyException
- extends PropertyException
Thrown when a Property
is not found.
- See Also:
- Serialized Form
NoSuchPropertyException
public NoSuchPropertyException(Properties properties,
String propertyName)
- Constructor.
- Parameters:
properties
- the Properties object the problem arose inpropertyName
- the name of the property no found
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class PropertyException
- Returns:
- The detailed message.
- See Also:
PropertyException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.