Package eliasstar.json.exceptions
-
Exception Summary Exception 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.