blob: 8e5b9a15263d42f1c5ef6873f0ed523eb4cd4f5a [file] [log] [blame]
{ "type": "class",
"qname": "mx.messaging.errors.InvalidDestinationError",
"baseClassname": "mx.messaging.errors.ChannelError"
,
"description": "This error is thrown when a destination can't be accessed or is not valid. This error is thrown by the following methods/properties within the framework: <ul> <li><code>ServerConfig.getChannelSet()</code> if an invalid destination is specified.</li> <li><code>ServerConfig.getProperties()</code> if an invalid destination is specified.</li> <li><code>Channel.send()</code> if no destination is specified for the message to send.</li> <li><code>MessageAgent.destination</code> setter if the destination value is null or zero length.</li> <li><code>Producer.send()</code> if no destination is specified for the Producer or message to send.</li> <li><code>Consumer.subscribe()</code> if no destination is specified for the Consumer.</li> </ul>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["BlazeDS 4", "LCDS 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.messaging.errors.InvalidDestinationError",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructs a new instance of an InvalidDestinationError with the specified message.",
"tags": [
{ "tagName": "param",
"values": ["msg String that contains the message that describes this InvalidDestinationError."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["BlazeDS 4", "LCDS 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "msg", "type": "String"}]}
]
}