Error orrured during a parse operation.
source:Object [read-only]
Defines the source of the error.
Implementation public function get source():Objectpublic function ParseError(method:String = null, message:String = null, source:Object = null)
Creates a new ParseError object.
Parameters | method:String (default = null) — The part of the parsing where the error occured (essentially the method).
|
| |
| message:String (default = null) — The error message.
|
| |
| source:Object (default = null) — The source of the error.
|
Sun Apr 18 2010, 12:21 PM +02:00