Class JSONException
JSON specific exception.
class JSONException
: object .Exception
;
This exception is thrown during the lexing and parsing stages.
Constructors
Name | Description |
---|---|
this
|
Constructs a new exception from the given message and location |
Fields
Name | Type | Description |
---|---|---|
location
|
Location | The location where the error occured |
message
|
string | The bare error message |