org.melati.poem
Class OutsideRangePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.OutsideRangePoemException
- All Implemented Interfaces:
- Serializable
public class OutsideRangePoemException
- extends PoemException
Thrown when a value outside of a Field
's range is discovered.
- See Also:
- Serialized Form
low
public Object low
- Low limit.
limit
public Object limit
- High limit.
value
public Object value
- Value.
OutsideRangePoemException
public OutsideRangePoemException(Object low,
Object limit,
Object value)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.