| Package | vegas.strings.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 source ot the 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 source ot the 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.
|