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:
- java.io.Serializable
public class OutsideRangePoemException
- extends PoemException
Thrown when a value outside of a Field's range is discovered.
- See Also:
- Serialized Form
|
Field Summary |
java.lang.Object |
limit
High limit. |
java.lang.Object |
low
Low limit. |
java.lang.Object |
value
Value. |
|
Constructor Summary |
OutsideRangePoemException(java.lang.Object low,
java.lang.Object limit,
java.lang.Object value)
Constructor. |
|
Method Summary |
java.lang.String |
getMessage()
The detail message which may be null. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
low
public java.lang.Object low
- Low limit.
limit
public java.lang.Object limit
- High limit.
value
public java.lang.Object value
- Value.
OutsideRangePoemException
public OutsideRangePoemException(java.lang.Object low,
java.lang.Object limit,
java.lang.Object value)
- Constructor.
getMessage
public java.lang.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-2009 PanEris. All Rights Reserved.