Pakket | com.adobe.exm.expression.error |
Klasse | public class ExpressionEvaluationError |
Overerving | ExpressionEvaluationError ![]() ![]() |
Vervangen vanaf Expression Manager 10
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
![]() | errorID : int [alleen-lezen]
Bevat het referentienummer dat aan het specifieke foutbericht is gekoppeld. | Error | |
expressionSwfLoadStatus : String
String indicating expression swf load status
| ExpressionEvaluationError | ||
![]() | message : String
Bevat het bericht dat aan het object Error is gekoppeld. | Error | |
messages : XML [statisch]
XML containing error messages. | ExpressionEvaluationError | ||
![]() | name : String
Bevat de naam van het object Error. | Error |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor
| ExpressionEvaluationError | ||
[statisch]
Returns message text. | ExpressionEvaluationError | ||
![]() |
Retourneert de aanroepstack voor een fout op het moment van het bouwen van de fout als tekenreeks. | Error | |
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() | [overschrijven]
Retourneert standaard de tekenreeks "Error" of de waarde in de eigenschap Error.message, indien gedefinieerd. | Error | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
EXPRESSION_DEFINITION_NOT_FOUND : int = 1001 [statisch]
Error constant indicating Expression definition could not be found
| ExpressionEvaluationError | ||
EXPRESSION_SWF_LAZYLOAD_STARTED : int = 1002 [statisch]
Error constant indicating Lazy load of expression swf just started. | ExpressionEvaluationError | ||
EXPRESSION_SWF_NOT_LOADED : int = 1000 [statisch]
Error constant indicating Expression Swf has not been loaded
| ExpressionEvaluationError |
Eigenschapdetails
expressionSwfLoadStatus | eigenschap |
public var expressionSwfLoadStatus:String
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
String indicating expression swf load status
messages | eigenschap |
public static var messages:XML
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
XML containing error messages.
Constructordetails
ExpressionEvaluationError | () | Constructor |
public function ExpressionEvaluationError(id:int, customMessage:String = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Constructor
Parametersid:int — id of the error.
| |
customMessage:String (default = null ) — message of the error.
|
Methodedetails
getMessageText | () | methode |
Constantedetails
EXPRESSION_DEFINITION_NOT_FOUND | Constante |
public static const EXPRESSION_DEFINITION_NOT_FOUND:int = 1001
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Error constant indicating Expression definition could not be found
EXPRESSION_SWF_LAZYLOAD_STARTED | Constante |
public static const EXPRESSION_SWF_LAZYLOAD_STARTED:int = 1002
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | 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 | Constante |
public static const EXPRESSION_SWF_NOT_LOADED:int = 1000
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 9.5 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Error constant indicating Expression Swf has not been loaded
Wed Jun 13 2018, 11:42 AM Z