Packageorg.granite.validation
Classpublic class ConstraintError
InheritanceConstraintError Inheritance ValidationError Inheritance Error
SubclassesConstraintDefinitionError, ConstraintExecutionError

Base error class for all constraint errors.



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

Returns
String