Package com.clumd.projects.javajson.exceptions.json
package com.clumd.projects.javajson.exceptions.json
-
Exception ClassesClassDescriptionA class representing all possible exceptions that could occur with any JSON key.A class representing all possible exceptions that could occur when parsing a JSON object.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.This exception is used when a JSON key was malformed in some way.This exception is used when the value at some location provided by some key does not exist.