Packageorg.granite.validation
Classpublic class ConstraintExecutionError
InheritanceConstraintExecutionError Inheritance ConstraintError Inheritance ValidationError Inheritance Error

This error is thrown whenever a constraint annotation validation fails for some reason (unsupported value type passed to validate(...) for example).



Public Properties
 PropertyDefined by
 Inheritedconstraint : IConstraint
ConstraintError
  value : *
[read-only]
ConstraintExecutionError
Public Methods
 MethodDefined by
  
ConstraintExecutionError(constraint:IConstraint, value:*, message:*, id:* = 0)
ConstraintExecutionError
 Inherited
toString():String
ConstraintError
Property detail
valueproperty
value:*  [read-only]Implementation
    public function get value():*
Constructor detail
ConstraintExecutionError()constructor
public function ConstraintExecutionError(constraint:IConstraint, value:*, message:*, id:* = 0)Parameters
constraint:IConstraint
 
value:*
 
message:*
 
id:* (default = 0)