Packagevegas.strings.json
Classpublic class JSONError
InheritanceJSONError Inheritance Error

This JSONError is throw in the JSON static methods.



Public Properties
 PropertyDefined By
  at : uint
The position of char with an error parsing in the JSON String representation.
JSONError
  source : String
The source ot the bad parsing.
JSONError
Public Methods
 MethodDefined By
  
JSONError(message:String, at:uint, source:String, id:int = 0)
Creates a new JSONError instance.
JSONError
  
toString():String
Returns a String representation of the object.
JSONError
Property Detail
atproperty
public var at:uint

The position of char with an error parsing in the JSON String representation.

sourceproperty 
public var source:String

The source ot the bad parsing.

Constructor Detail
JSONError()Constructor
public function JSONError(message:String, at:uint, source:String, id:int = 0)

Creates a new JSONError instance.

Parameters
message:String
 
at:uint
 
source:String
 
id:int (default = 0)
Method Detail
toString()method
public function toString():String

Returns a String representation of the object.

Returns
String — a String representation of the object.