| Package | vegas.string.json |
| Class | public class JSONError |
| Inheritance | JSONError Error |
| Property | Defined by | ||
|---|---|---|---|
| at : uint
The position of char with an error parsing in the JSON String representation.
| JSONError | ||
| source : String
The String source representation with a bad parsing.
| JSONError | ||
| Method | Defined 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 | ||
| at | property |
public var at:uintThe position of char with an error parsing in the JSON String representation.
| source | property |
public var source:StringThe String source representation with a bad parsing.
| JSONError | () | constructor |
public function JSONError(message:String, at:uint, source:String, id:int = 0)Creates a new JSONError instance.
Parametersmessage:String |
|
at:uint |
|
source:String |
|
id:int (default = 0) |
| toString | () | method |
public function toString():StringReturns a String representation of the object.
ReturnsString — a String representation of the object.
|