Pacchetto | com.adobe.solutions.exm.runtime.impl |
Classe | public class MessageCodes |
Ereditarietà | MessageCodes Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
EXP_EVAL_DUPLICATE_VAR : String = "ASA-EXM-020-002-002" [statico]
Message indicating that variable resolver found muliple matches for a given variable name. | MessageCodes | ||
EXP_EVAL_FUNCTION_MISSING : String = "ASA-EXM-020-003-001" [statico]
Message indicating that given function name cannot be mapped to a valid function. | MessageCodes | ||
EXP_EVAL_INVALID_EXPRESSION : String = "ASA-EXM-020-001-001" [statico]
Message indicating that the given expression is invalid. | MessageCodes | ||
EXP_EVAL_VAR_MISSING : String = "ASA-EXM-020-002-001" [statico]
Message indicating a variable in an expression cannot be resolved. | MessageCodes | ||
EXP_EVAL_VAR_RESOLVER_MISSING : String = "ASA-EXM-020-002-005" [statico]
Message indicating that expression manager has not been initialized with a variable resolver. | MessageCodes |
Metodi pubblici
Descrizione delle proprietà
EXP_EVAL_DUPLICATE_VAR | proprietà |
public static var EXP_EVAL_DUPLICATE_VAR:String = "ASA-EXM-020-002-002"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Message indicating that variable resolver found muliple matches for a given variable name.
EXP_EVAL_FUNCTION_MISSING | proprietà |
public static var EXP_EVAL_FUNCTION_MISSING:String = "ASA-EXM-020-003-001"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Message indicating that given function name cannot be mapped to a valid function.
EXP_EVAL_INVALID_EXPRESSION | proprietà |
public static var EXP_EVAL_INVALID_EXPRESSION:String = "ASA-EXM-020-001-001"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Message indicating that the given expression is invalid.
EXP_EVAL_VAR_MISSING | proprietà |
public static var EXP_EVAL_VAR_MISSING:String = "ASA-EXM-020-002-001"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Message indicating a variable in an expression cannot be resolved.
EXP_EVAL_VAR_RESOLVER_MISSING | proprietà |
public static var EXP_EVAL_VAR_RESOLVER_MISSING:String = "ASA-EXM-020-002-005"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Message indicating that expression manager has not been initialized with a variable resolver.
Tue Jun 12 2018, 02:44 PM Z