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(part: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(part:String = null, message:String = null, source:Object = null)

Creates a new ParseError object.

Parameters
part:String (default = null) — The part of the parsing where the error occured.
 
message:String (default = null) — The error message.
 
source:Object (default = null) — The source of the error.