Class RangeViolationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DoubleRangeViolationException, IntegerRangeViolationException, LongRangeViolationException

public abstract class RangeViolationException extends ConstraintViolationException
Signals, that an attempt to write an FunctionField has been failed, because the value to be written violated the range constraint on that field. This exception will be thrown by FunctionField.set(Item,Object) and item constructors.
Author:
Ralf Wiebicke
See Also: