Packageorg.granite.validation
Classpublic class ConstraintDefinitionError
InheritanceConstraintDefinitionError Inheritance ConstraintError Inheritance ValidationError Inheritance Error

This error is thrown whenever a constraint annotation is invalid for some reason (illegal argument value, missing required argument, etc.)



Public Properties
 PropertyDefined by
 Inheritedconstraint : IConstraint
ConstraintError
Public Methods
 MethodDefined by
  
ConstraintDefinitionError(constraint:IConstraint, message:*, id:* = 0)
ConstraintDefinitionError
 Inherited
toString():String
ConstraintError
Constructor detail
ConstraintDefinitionError()constructor
public function ConstraintDefinitionError(constraint:IConstraint, message:*, id:* = 0)Parameters
constraint:IConstraint
 
message:*
 
id:* (default = 0)