패키지 | com.adobe.solutions.exm.runtime.impl |
클래스 | public class MessageCodes |
상속 | MessageCodes Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
EXP_EVAL_DUPLICATE_VAR : String = "ASA-EXM-020-002-002" [정적]
Message indicating that variable resolver found muliple matches for a given variable name. | MessageCodes | ||
EXP_EVAL_FUNCTION_MISSING : String = "ASA-EXM-020-003-001" [정적]
Message indicating that given function name cannot be mapped to a valid function. | MessageCodes | ||
EXP_EVAL_INVALID_EXPRESSION : String = "ASA-EXM-020-001-001" [정적]
Message indicating that the given expression is invalid. | MessageCodes | ||
EXP_EVAL_VAR_MISSING : String = "ASA-EXM-020-002-001" [정적]
Message indicating a variable in an expression cannot be resolved. | MessageCodes | ||
EXP_EVAL_VAR_RESOLVER_MISSING : String = "ASA-EXM-020-002-005" [정적]
Message indicating that expression manager has not been initialized with a variable resolver. | MessageCodes |
공용 메서드
속성 세부 정보
EXP_EVAL_DUPLICATE_VAR | 속성 |
public static var EXP_EVAL_DUPLICATE_VAR:String = "ASA-EXM-020-002-002"
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Message indicating that variable resolver found muliple matches for a given variable name.
EXP_EVAL_FUNCTION_MISSING | 속성 |
public static var EXP_EVAL_FUNCTION_MISSING:String = "ASA-EXM-020-003-001"
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Message indicating that given function name cannot be mapped to a valid function.
EXP_EVAL_INVALID_EXPRESSION | 속성 |
public static var EXP_EVAL_INVALID_EXPRESSION:String = "ASA-EXM-020-001-001"
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Message indicating that the given expression is invalid.
EXP_EVAL_VAR_MISSING | 속성 |
public static var EXP_EVAL_VAR_MISSING:String = "ASA-EXM-020-002-001"
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Message indicating a variable in an expression cannot be resolved.
EXP_EVAL_VAR_RESOLVER_MISSING | 속성 |
public static var EXP_EVAL_VAR_RESOLVER_MISSING:String = "ASA-EXM-020-002-005"
언어 버전: | ActionScript 3.0 |
제품 버전: | Expression Manager Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Message indicating that expression manager has not been initialized with a variable resolver.
Tue Jun 12 2018, 03:17 PM Z