Packagemx.containers.errors
Classpublic class ConstraintError
InheritanceConstraintError Inheritance Error

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

This error is thrown when a constraint expression is not configured properly; for example, if the GridColumn reference is invalid.



Public Methods
 MethodDefined By
  
ConstraintError(message:String)
Constructor.
ConstraintError
Constructor Detail
ConstraintError()Constructor
public function ConstraintError(message:String)

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Parameters
message:String — A message providing information about the error cause.