Paquete | mx.messaging.errors |
Clase | public class InvalidDestinationError |
Herencia | InvalidDestinationError ChannelError MessagingError Error Object |
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructs a new instance of an InvalidDestinationError with the specified message. | InvalidDestinationError | ||
Devuelve la pila de llamadas de un error en el momento de la construcción del error como una cadena. | Error | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre constructores
InvalidDestinationError | () | Información sobre |
public function InvalidDestinationError(msg:String)
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
|
Tue Jun 12 2018, 02:12 PM Z