Uses of Package
com.clumd.projects.javajson.exceptions.json
| Package | Description |
|---|---|
| com.clumd.projects.javajson.api | |
| com.clumd.projects.javajson.core | |
| com.clumd.projects.javajson.exceptions.json |
-
Classes in com.clumd.projects.javajson.exceptions.json used by com.clumd.projects.javajson.api Class 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. -
Classes in com.clumd.projects.javajson.exceptions.json used by com.clumd.projects.javajson.core Class Description JsonParseException A class representing all possible exceptions that could occur when parsing a JSON object. -
Classes in com.clumd.projects.javajson.exceptions.json used by com.clumd.projects.javajson.exceptions.json Class Description JsonKeyException A class representing all possible exceptions that could occur with any JSON key.