blob: efac852a01f49a0ac7b9deb6d30d858d84b1bcc4 [file] [log] [blame]
{ "type": "class",
"qname": "mx.messaging.errors.MessagingError",
"baseClassname": "Error"
,
"description": "This is the base class for any messaging related error. It allows for less granular catch code.",
"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.MessagingError",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructs a new instance of a MessagingError with the specified message.",
"tags": [
{ "tagName": "param",
"values": ["msg String that contains the message that describes the error."]},
{ "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"}]}
,
{ "type": "method",
"qname": "toString",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the string "[MessagingError]" by default, and includes the message property if defined.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["BlazeDS 4", "LCDS 3"]},
{ "tagName": "return",
"values": ["String representation of the MessagingError."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "String",
"params": []}
]
}