Uses of Package
eliasstar.json.exceptions
-
Packages that use eliasstar.json.exceptions Package Description eliasstar.json eliasstar.json.exceptions -
Classes in eliasstar.json.exceptions used by eliasstar.json Class Description EmptyJsonException Indicates an empty input JSON.InvalidJsonTypeException Indicates a type error in the input JSON such as field names not being strings.JsonException Root exception with is extended by all json-specific exceptions.JsonNumberFormatException Indicates that a number in the input JSON was not formatted properly.MalformedJsonException Indicates an error in the input JSON.StateMachineException The statemachine used to parse the JSON did not finish as expected, which indicates an error in the input JSON. -
Classes in eliasstar.json.exceptions used by eliasstar.json.exceptions Class Description JsonException Root exception with is extended by all json-specific exceptions.MalformedJsonException Indicates an error in the input JSON.