Pacote | mx.messaging.errors |
Classe | public class InvalidDestinationError |
Herança | InvalidDestinationError ChannelError MessagingError Error Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructs a new instance of an InvalidDestinationError with the specified message. | InvalidDestinationError | ||
Retorna a pilha de chamada para um erro no momento da construção do erro como sequência de caracteres. | Error | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do construtor
InvalidDestinationError | () | Construtor |
public function InvalidDestinationError(msg:String)
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs a new instance of an InvalidDestinationError with the specified message.
Parâmetrosmsg:String — String that contains the message that describes this InvalidDestinationError.
|
Wed Jun 13 2018, 11:10 AM Z