Class JSONException

JSON specific exception.

class JSONException
  : object.Exception ;

This exception is thrown during the lexing and parsing stages.

Constructors

NameDescription
this Constructs a new exception from the given message and location

Fields

NameTypeDescription
location LocationThe location where the error occured
message stringThe bare error message