Uses of Class
eliasstar.json.exceptions.JsonException
-
Packages that use JsonException Package Description eliasstar.json eliasstar.json.exceptions -
-
Uses of JsonException in eliasstar.json
Methods in eliasstar.json that throw JsonException Modifier and Type Method Description static Object
Json. readFile(String path)
static String
Json. toJson(Object object)
Converts an object to a JSON string.static void
Json. writeFile(String path, Object object)
-
Uses of JsonException in eliasstar.json.exceptions
Subclasses of JsonException in eliasstar.json.exceptions Modifier and Type Class Description class
EmptyJsonException
Indicates an empty input JSON.class
InvalidJsonTypeException
Indicates a type error in the input JSON such as field names not being strings.class
JsonNumberFormatException
Indicates that a number in the input JSON was not formatted properly.class
MalformedJsonException
Indicates an error in the input JSON.class
StateMachineException
The statemachine used to parse the JSON did not finish as expected, which indicates an error in the input JSON.
-