Packagech.capi.errors
Classpublic class ParseError
InheritanceParseError Inheritance Error

Error orrured during a parse operation.



Public Properties
 PropertyDefined By
  source : Object
[read-only] Defines the source of the error.
ParseError
Public Methods
 MethodDefined By
  
ParseError(method:String = null, message:String = null, source:Object = null)
Creates a new ParseError object.
ParseError
Property Detail
sourceproperty
source:Object  [read-only]

Defines the source of the error.


Implementation
    public function get source():Object
Constructor Detail
ParseError()Constructor
public 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.