(Beta)
Package | com.adobe.exm.expression.error |
Class | public class ExpressionEvaluationError |
Inheritance | ExpressionEvaluationError Error Object |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
errorID : int [read-only]
Contains the reference number associated with the specific error message. | Error | ||
expressionSwfLoadStatus : String
Specifies the status of the expression SWF loading process. | ExpressionEvaluationError | ||
message : String
Contains the message associated with the Error object. | Error | ||
messages : XML [static]
Specifies XML that contains error messages. | ExpressionEvaluationError | ||
name : String
Contains the name of the Error object. | Error |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor
| ExpressionEvaluationError | ||
[static]
Returns message text. | ExpressionEvaluationError | ||
Returns the call stack for an error at the time of the error's
construction as a string. | Error | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
[override]
Returns the string "Error" by default or the value contained in the Error.message property,
if defined. | Error | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
EXPRESSION_DEFINITION_NOT_FOUND : int = 1001 [static]
An error constant that indicates that the expression SWF could not be found. | ExpressionEvaluationError | ||
EXPRESSION_SWF_LAZYLOAD_STARTED : int = 1002 [static]
An error constant that indicates that the lazy loading of the expression SWF has just started. | ExpressionEvaluationError | ||
EXPRESSION_SWF_NOT_LOADED : int = 1000 [static]
An error constant that indicates that the expression SWF has not been loaded. | ExpressionEvaluationError |
Property Detail
expressionSwfLoadStatus | property |
public var expressionSwfLoadStatus:String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the status of the expression SWF loading process.
messages | property |
public static var messages:XML
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies XML that contains error messages.
Constructor Detail
ExpressionEvaluationError | () | Constructor |
public function ExpressionEvaluationError(id:int, customMessage:String = null)
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor
Parametersid:int — Unique identifier of the error.
| |
customMessage:String (default = null ) — The error message.
|
Method Detail
getMessageText | () | method |
public static function getMessageText(id:int):String
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Returns message text.
Parameters
id:int — The unique identifier of the message.
|
String — The text of the message.
|
Constant Detail
EXPRESSION_DEFINITION_NOT_FOUND | Constant |
public static const EXPRESSION_DEFINITION_NOT_FOUND:int = 1001
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An error constant that indicates that the expression SWF could not be found.
EXPRESSION_SWF_LAZYLOAD_STARTED | Constant |
public static const EXPRESSION_SWF_LAZYLOAD_STARTED:int = 1002
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An error constant that indicates that the lazy loading of the expression SWF has just started. Please wait for the load to complete.
EXPRESSION_SWF_NOT_LOADED | Constant |
public static const EXPRESSION_SWF_NOT_LOADED:int = 1000
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
An error constant that indicates that the expression SWF has not been loaded.
Wed Nov 21 2018, 06:34 AM -08:00