Package com.clumd.projects.javajson.exceptions.json
-
Exception Summary Exception Description JsonKeyException A class representing all possible exceptions that could occur with any JSON key.JsonParseException A class representing all possible exceptions that could occur when parsing a JSON object.KeyDifferentTypeException This exception is used when there was a value found at a given key, but the datatype of the value found was not suitable for the calling method.KeyInvalidException This exception is used when a JSON key was malformed in some way.KeyNotFoundException This exception is used when the value at some location provided by some key does not exist.