de.tif.jacob.core.exception
Class ValueOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tif.jacob.core.exception.UserException
de.tif.jacob.core.exception.InvalidExpressionException
de.tif.jacob.core.exception.ValueOutOfRangeException
- All Implemented Interfaces:
- java.io.Serializable
public class ValueOutOfRangeException
- extends InvalidExpressionException
This exception indicates that a given value is out of range.
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
|
Constructor Summary |
ValueOutOfRangeException(java.lang.Object value,
java.lang.Object min,
java.lang.Object max)
Constructs the ValueOutOfRangeException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RCS_ID
public static final transient java.lang.String RCS_ID
- The internal revision control system id.
- See Also:
- Constant Field Values
RCS_REV
public static final transient java.lang.String RCS_REV
- The internal revision control system id in short form.
- See Also:
- Constant Field Values
ValueOutOfRangeException
public ValueOutOfRangeException(java.lang.Object value,
java.lang.Object min,
java.lang.Object max)
- Constructs the
ValueOutOfRangeException.
- Parameters:
value - the value not in rangemin - the minimum valuemax - the maximum value