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

MessageCodes  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.runtime.impl
Classpublic class MessageCodes
InheritanceMessageCodes Inheritance Object

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

Contains the codes for the various errors thrown by the expression manager implementation.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  EXP_EVAL_DUPLICATE_VAR : String = "ASA-EXM-020-002-002"
[static] Message indicating that variable resolver found muliple matches for a given variable name.
MessageCodes
  EXP_EVAL_FUNCTION_MISSING : String = "ASA-EXM-020-003-001"
[static] Message indicating that given function name cannot be mapped to a valid function.
MessageCodes
  EXP_EVAL_INVALID_EXPRESSION : String = "ASA-EXM-020-001-001"
[static] Message indicating that the given expression is invalid.
MessageCodes
  EXP_EVAL_VAR_MISSING : String = "ASA-EXM-020-002-001"
[static] Message indicating a variable in an expression cannot be resolved.
MessageCodes
  EXP_EVAL_VAR_RESOLVER_MISSING : String = "ASA-EXM-020-002-005"
[static] Message indicating that expression manager has not been initialized with a variable resolver.
MessageCodes
Public Methods
 MethodDefined By
 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
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

EXP_EVAL_DUPLICATE_VAR

property
public static var EXP_EVAL_DUPLICATE_VAR:String = "ASA-EXM-020-002-002"

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

Message indicating that variable resolver found muliple matches for a given variable name.

EXP_EVAL_FUNCTION_MISSING

property 
public static var EXP_EVAL_FUNCTION_MISSING:String = "ASA-EXM-020-003-001"

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

Message indicating that given function name cannot be mapped to a valid function.

EXP_EVAL_INVALID_EXPRESSION

property 
public static var EXP_EVAL_INVALID_EXPRESSION:String = "ASA-EXM-020-001-001"

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

Message indicating that the given expression is invalid.

EXP_EVAL_VAR_MISSING

property 
public static var EXP_EVAL_VAR_MISSING:String = "ASA-EXM-020-002-001"

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

Message indicating a variable in an expression cannot be resolved.

EXP_EVAL_VAR_RESOLVER_MISSING

property 
public static var EXP_EVAL_VAR_RESOLVER_MISSING:String = "ASA-EXM-020-002-005"

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

Message indicating that expression manager has not been initialized with a variable resolver.