Paket | mx.messaging.errors |
Sınıf | public class InvalidDestinationError |
Miras Alma | InvalidDestinationError ChannelError MessagingError Error Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | 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.
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructs a new instance of an InvalidDestinationError with the specified message. | InvalidDestinationError | ||
Hatanın oluştuğu zamanda, bir hata için dize şeklinde çağrı yığını döndürür. | Error | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
InvalidDestinationError | () | Yapıcı |
public function InvalidDestinationError(msg:String)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümleri: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructs a new instance of an InvalidDestinationError with the specified message.
Parametrelermsg:String — String that contains the message that describes this InvalidDestinationError.
|
Tue Jun 12 2018, 01:09 PM Z