Package | com.adobe.solutions.exm.runtime.impl |
Class | public class MessageCodes |
Inheritance | MessageCodes Object |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
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.
Mon Nov 28 2011, 06:48 AM -08:00