JSONException

* JSON specific exception. * * This exception is thrown during the lexing and parsing stages.

Constructors

this
this(string message, Location loc, string file, size_t line)

Constructs a new exception from the given message and location

Members

Variables

location
Location location;

The location where the error occured

message
string message;

The bare error message

Meta