Packagecom.adobe.serialization.json
Classpublic class JSONParseError
InheritanceJSONParseError Inheritance Error



Public Properties
 PropertyDefined by
  location : int
[read-only] Provides read-only access to the location variable.
JSONParseError
  text : String
[read-only] Provides read-only access to the text variable.
JSONParseError
Public Methods
 MethodDefined by
  
JSONParseError(message:String = "", location:int = 0, text:String = "")
Constructs a new JSONParseError.
JSONParseError
Property detail
locationproperty
location:int  [read-only]

Provides read-only access to the location variable.

Implementation
    public function get location():int
textproperty 
text:String  [read-only]

Provides read-only access to the text variable.

Implementation
    public function get text():String
Constructor detail
JSONParseError()constructor
public function JSONParseError(message:String = "", location:int = 0, text:String = "")

Constructs a new JSONParseError.

Parameters
message:String (default = "") — The error message that occured during parsing
 
location:int (default = 0)
 
text:String (default = "")