ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.exm.expression.error 

ExpressionEvaluationError  - AS3 Expression Manager

Packagecom.adobe.exm.expression.error
Classpublic class ExpressionEvaluationError
InheritanceExpressionEvaluationError Inheritance Error Inheritance Object
Deprecated since Expression Manager 10

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Error object for Expression evaluation



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritederrorID : int
[read-only] Contains the reference number associated with the specific error message.
Error
  expressionSwfLoadStatus : String
String indicating expression swf load status
ExpressionEvaluationError
 Inheritedmessage : String
Contains the message associated with the Error object.
Error
  messages : XML
[static] XML containing error messages.
ExpressionEvaluationError
 Inheritedname : String
Contains the name of the Error object.
Error
Public Methods
 MethodDefined By
  
ExpressionEvaluationError(id:int, customMessage:String = null)
Constructor
ExpressionEvaluationError
  
[static] Returns message text.
ExpressionEvaluationError
 Inherited
Returns the call stack for an error at the time of the error's construction as a string.
Error
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
[override] Returns the string "Error" by default or the value contained in the Error.message property, if defined.
Error
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  EXPRESSION_DEFINITION_NOT_FOUND : int = 1001
[static] Error constant indicating Expression definition could not be found
ExpressionEvaluationError
  EXPRESSION_SWF_LAZYLOAD_STARTED : int = 1002
[static] Error constant indicating Lazy load of expression swf just started.
ExpressionEvaluationError
  EXPRESSION_SWF_NOT_LOADED : int = 1000
[static] Error constant indicating Expression Swf has not been loaded
ExpressionEvaluationError
Property Detail

expressionSwfLoadStatus

property
public var expressionSwfLoadStatus:String

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

String indicating expression swf load status

messages

property 
public static var messages:XML

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

XML containing error messages.

Constructor Detail

ExpressionEvaluationError

()Constructor
public function ExpressionEvaluationError(id:int, customMessage:String = null)

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Constructor

Parameters
id:int — id of the error.
 
customMessage:String (default = null) — message of the error.
Method Detail

getMessageText

()method
public static function getMessageText(id:int):String

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Returns message text.

Parameters

id:int — id of the message.

Returns
String — text of the message.
Constant Detail

EXPRESSION_DEFINITION_NOT_FOUND

Constant
public static const EXPRESSION_DEFINITION_NOT_FOUND:int = 1001

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Error constant indicating Expression definition could not be found

EXPRESSION_SWF_LAZYLOAD_STARTED

Constant 
public static const EXPRESSION_SWF_LAZYLOAD_STARTED:int = 1002

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Error constant indicating Lazy load of expression swf just started. Please wait for load to complete.

EXPRESSION_SWF_NOT_LOADED

Constant 
public static const EXPRESSION_SWF_NOT_LOADED:int = 1000

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Error constant indicating Expression Swf has not been loaded