org.melati.util
Class FormatPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.PropertyException
org.melati.util.FormatPropertyException
- All Implemented Interfaces:
- Serializable
public class FormatPropertyException
- extends PropertyException
Thrown when an attempt is made to cast a String
property value as a numeric type.
- See Also:
- Serialized Form
value
public String value
- The actual value.
expected
public String expected
- The expected value.
FormatPropertyException
public FormatPropertyException(Properties properties,
String propertyName,
String value,
String expected,
Exception problem)
- Full constructor.
getMessage
public String getMessage()
- Description copied from class:
MelatiException
-
- Overrides:
getMessage
in class PropertyException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.