Pakiet | mx.messaging.errors |
Klasa | public class InvalidDestinationError |
Dziedziczenie | InvalidDestinationError ChannelError MessagingError Error Object |
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
-
ServerConfig.getChannelSet()
if an invalid destination is specified. -
ServerConfig.getProperties()
if an invalid destination is specified. -
Channel.send()
if no destination is specified for the message to send. -
MessageAgent.destination
setter if the destination value is null or zero length. -
Producer.send()
if no destination is specified for the Producer or message to send. -
Consumer.subscribe()
if no destination is specified for the Consumer.
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructs a new instance of an InvalidDestinationError with the specified message. | InvalidDestinationError | ||
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 | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
InvalidDestinationError | () | Konstruktor |
public function InvalidDestinationError(msg:String)
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs a new instance of an InvalidDestinationError with the specified message.
Parametrymsg:String — String that contains the message that describes this InvalidDestinationError.
|
Tue Jun 12 2018, 12:06 PM Z