Class DateRangeViolationException

All Implemented Interfaces:
Serializable

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