Pakiet | mx.automation |
Klasa | public class AutomationError |
Dziedziczenie | AutomationError Error Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
code : Number [tylko do odczytu]
The current error code. | AutomationError | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
errorID : int [tylko do odczytu]
Zawiera numer odwołania skojarzony z konkretnym komunikatem o błędzie. | Error | ||
message : String
Zawiera komunikat skojarzony z obiektem Error. | Error | ||
name : String
Zawiera nazwę obiektu Error. | Error |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AutomationError | ||
Zwraca ciąg reprezentujący stos wywołań związanych z błędem, który istniał w momencie uruchomienia konstruktora błędu. | Error | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
[przesłanianie]
Domyślnie zwraca ciąg znaków „Error” lub wartość określoną przez właściwość Error.message (jeśli określona). | Error | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ILLEGAL_OPERATION : Number = 0x80040206 [statyczny]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
ILLEGAL_RUNTIME_ID : Number = 0x8004020D [statyczny]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
OBJECT_NOT_FOUND : Number = 0x80040202 [statyczny]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
OBJECT_NOT_UNIQUE : Number = 0x80040203 [statyczny]
Defines the code for the error when the Flex automation mechanism detects that an object has the same identification parameters as another object. | AutomationError | ||
OBJECT_NOT_VISIBLE : Number = 0x80040205 [statyczny]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError |
Szczegół właściwości
code | właściwość |
Konstruktor Szczegół
AutomationError | () | Konstruktor |
Szczegół stałej
ILLEGAL_OPERATION | Stała |
public static const ILLEGAL_OPERATION:Number = 0x80040206
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal operation.
ILLEGAL_RUNTIME_ID | Stała |
public static const ILLEGAL_RUNTIME_ID:Number = 0x8004020D
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID.
OBJECT_NOT_FOUND | Stała |
public static const OBJECT_NOT_FOUND:Number = 0x80040202
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Defines the code for the error when an object is not found by the Flex automation mechanism.
OBJECT_NOT_UNIQUE | Stała |
public static const OBJECT_NOT_UNIQUE:Number = 0x80040203
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism detects that an object has the same identification parameters as another object.
OBJECT_NOT_VISIBLE | Stała |
public static const OBJECT_NOT_VISIBLE:Number = 0x80040205
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Defines the code for the error when an object used by the Flex automation mechanism is not visible.
Tue Jun 12 2018, 12:06 PM Z