Package com.exedio.cope
Class DateRangeViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exedio.cope.ConstraintViolationException
com.exedio.cope.DateRangeViolationException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the field, that was attempted to be written.getMessage(boolean withFeature) getValue()Returns the value, that was attempted to be written.booleanMethods inherited from class com.exedio.cope.ConstraintViolationException
getItem, getItemID, getItemPhrase, getItemText, getMessage, getMessageWithoutFeatureMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getFeature
Returns the field, that was attempted to be written.- Specified by:
getFeaturein classConstraintViolationException
-
getValue
Returns the value, that was attempted to be written. -
isTooSmall
public boolean isTooSmall() -
getMessage
- Specified by:
getMessagein classConstraintViolationException
-