JsonException

Thrown when a JsonValue is unable to wrap an object or unable to parse a JSON encoded String.

Constructors

Link copied to clipboard
constructor(message: String)

Constructs a new JsonException with the current stack trace and the specified detail message.

constructor(message: String, cause: Throwable?)

Constructs a new JsonException with the current stack trace, the specified detail message and the specified cause.

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard