Class ValidationErrorValue

All Implemented Interfaces:
Serializable, Expression, Item, ValueRepresentation

public class ValidationErrorValue extends ObjectValue
A ValidationErrorValue is a pseudo-value representing the result of a validation failure. It is used by methods that can either return a value or an error. The class is also used delay reporting of errors in expressions that have been evaluated early.
See Also: