Uses of Class
io.avaje.jsonb.JsonException
-
Packages that use JsonException Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of JsonException in io.avaje.jsonb
Subclasses of JsonException in io.avaje.jsonb Modifier and Type Class Description class
JsonDataException
Thrown when data being parsed is not encoded as valid json or attempting to write invalid json.class
JsonEofException
Thrown when we hit EOF unexpectedly.class
JsonIoException
Thrown when underlying IOException occurred during read or write of json.Methods in io.avaje.jsonb that return JsonException Modifier and Type Method Description static JsonException
JsonException. of(Throwable e)
-