Pakket | com.adobe.solutions.exm.runtime.impl |
Klasse | public class MessageCodes |
Overerving | MessageCodes Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
EXP_EVAL_DUPLICATE_VAR : String = "ASA-EXM-020-002-002" [statisch]
Message indicating that variable resolver found muliple matches for a given variable name. | MessageCodes | ||
EXP_EVAL_FUNCTION_MISSING : String = "ASA-EXM-020-003-001" [statisch]
Message indicating that given function name cannot be mapped to a valid function. | MessageCodes | ||
EXP_EVAL_INVALID_EXPRESSION : String = "ASA-EXM-020-001-001" [statisch]
Message indicating that the given expression is invalid. | MessageCodes | ||
EXP_EVAL_VAR_MISSING : String = "ASA-EXM-020-002-001" [statisch]
Message indicating a variable in an expression cannot be resolved. | MessageCodes | ||
EXP_EVAL_VAR_RESOLVER_MISSING : String = "ASA-EXM-020-002-005" [statisch]
Message indicating that expression manager has not been initialized with a variable resolver. | MessageCodes |
Openbare methoden
Eigenschapdetails
EXP_EVAL_DUPLICATE_VAR | eigenschap |
public static var EXP_EVAL_DUPLICATE_VAR:String = "ASA-EXM-020-002-002"
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Message indicating that variable resolver found muliple matches for a given variable name.
EXP_EVAL_FUNCTION_MISSING | eigenschap |
public static var EXP_EVAL_FUNCTION_MISSING:String = "ASA-EXM-020-003-001"
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Message indicating that given function name cannot be mapped to a valid function.
EXP_EVAL_INVALID_EXPRESSION | eigenschap |
public static var EXP_EVAL_INVALID_EXPRESSION:String = "ASA-EXM-020-001-001"
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Message indicating that the given expression is invalid.
EXP_EVAL_VAR_MISSING | eigenschap |
public static var EXP_EVAL_VAR_MISSING:String = "ASA-EXM-020-002-001"
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Message indicating a variable in an expression cannot be resolved.
EXP_EVAL_VAR_RESOLVER_MISSING | eigenschap |
public static var EXP_EVAL_VAR_RESOLVER_MISSING:String = "ASA-EXM-020-002-005"
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Message indicating that expression manager has not been initialized with a variable resolver.
Wed Jun 13 2018, 11:42 AM Z