libperun

Class std.json.JSONError

Synopsis

public  class JSONError extends IllegalArgumentError

Exceptions thrown during JSON parsing errors.

Fields

Constructors

public JSONError(String msg);

Construct the exception with the specified message.

Methods