Uses of Class
com.clumd.projects.javajson.exceptions.json.JsonKeyException
Packages that use JsonKeyException
-
Uses of JsonKeyException in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that throw JsonKeyExceptionModifier and TypeMethodDescriptionThe same asgetAny, but at a path in the JSON given by key.Json.getArrayAt(String key) The same asgetArray, but at a path in the JSON given by key.booleanJson.getBooleanAt(String key) The same asgetBoolean, but at a path in the JSON given by key.Json.getDataTypeOf(String key) The same asgetDataType, but at a path in the JSON given by key.doubleJson.getDoubleAt(String key) The same asgetDouble, but at a path in the JSON given by key.Json.getJSONObjectAt(String key) The same asgetJSONObject, but at a path in the JSON given by key.The same asgetKeys, but at a path in the JSON given by key.longThe same asgetLong, but at a path in the JSON given by key.Json.getStringAt(String key) The same asgetString, but at a path in the JSON given by key.Json.getValueAt(String key) The same asgetValue, but at a path in the JSON given by key.Json.getValuesOf(String key) The same asgetValues, but at a path in the JSON given by key. -
Uses of JsonKeyException in com.clumd.projects.javajson.exceptions.json
Subclasses of JsonKeyException in com.clumd.projects.javajson.exceptions.jsonModifier and TypeClassDescriptionclassThis 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.classThis exception is used when a JSON key was malformed in some way.classThis exception is used when the value at some location provided by some key does not exist.