Class DayRangeViolationException

All Implemented Interfaces:
Serializable

public final class DayRangeViolationException extends ConstraintViolationException
Signals, that an attempt to write an DayField 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: