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 ObjectJson. readFile(String path)static StringJson. toJson(Object object)Converts an object to a JSON string.static voidJson. writeFile(String path, Object object) -
Uses of JsonException in eliasstar.json.exceptions
Subclasses of JsonException in eliasstar.json.exceptions Modifier and Type Class Description classEmptyJsonExceptionIndicates an empty input JSON.classInvalidJsonTypeExceptionIndicates a type error in the input JSON such as field names not being strings.classJsonNumberFormatExceptionIndicates that a number in the input JSON was not formatted properly.classMalformedJsonExceptionIndicates an error in the input JSON.classStateMachineExceptionThe statemachine used to parse the JSON did not finish as expected, which indicates an error in the input JSON.
-