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]

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Provides read-only access to the location variable.


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

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

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)

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Constructs a new JSONParseError.

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