Package | com.adobe.exm.expression.error |
Class | public class ExpressionEvaluationError |
Inheritance | ExpressionEvaluationError Error Object |
Deprecated since Expression Manager 10
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
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
String indicating expression swf load status
| ExpressionEvaluationError | ||
message : String
Contains the message associated with the Error object. | Error | ||
messages : XML [static]
XML containing error messages. | ExpressionEvaluationError | ||
name : String
Contains the name of the Error object. | Error | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor
| ExpressionEvaluationError | ||
[static]
Returns message text. | ExpressionEvaluationError | ||
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version
of Flash Player and the AIR Debug Launcher (ADL) only; returns null if not using the debugger version
of Flash Player or the ADL. | 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]
Error constant indicating Expression definition could not be found
| ExpressionEvaluationError | ||
EXPRESSION_SWF_LAZYLOAD_STARTED : int = 1002 [static]
Error constant indicating Lazy load of expression swf just started. | ExpressionEvaluationError | ||
EXPRESSION_SWF_NOT_LOADED : int = 1000 [static]
Error constant indicating 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: | Flash Player 10.2, AIR (unsupported) |
String indicating expression swf load status
messages | property |
public static var messages:XML
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
XML containing 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: | Flash Player 10.2, AIR (unsupported) |
Constructor
Parametersid:int — id of the error.
| |
customMessage:String (default = null ) — message of the error.
|
Method Detail
getMessageText | () | method |
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: | Flash Player 10.2, AIR (unsupported) |
Error constant indicating Expression definition 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: | Flash Player 10.2, AIR (unsupported) |
Error constant indicating Lazy load of expression swf just started. Please wait for 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: | Flash Player 10.2, AIR (unsupported) |
Error constant indicating Expression Swf has not been loaded
Mon Nov 28 2011, 06:48 AM -08:00