Pakket | mx.messaging.errors |
Klasse | public class InvalidDestinationError |
Overerving | InvalidDestinationError ChannelError MessagingError Error Object |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | 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.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructs a new instance of an InvalidDestinationError with the specified message. | InvalidDestinationError | ||
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 | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
InvalidDestinationError | () | Constructor |
public function InvalidDestinationError(msg:String)
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructs a new instance of an InvalidDestinationError with the specified message.
Parametersmsg:String — String that contains the message that describes this InvalidDestinationError.
|
Wed Jun 13 2018, 11:42 AM Z