Uses of Class
org.kordamp.json.JSONException
-
Packages that use JSONException Package Description org.kordamp.json The core of the libraryorg.kordamp.json.util Miscelaneous utilities -
-
Uses of JSONException in org.kordamp.json
Methods in org.kordamp.json with parameters of type JSONException Modifier and Type Method Description protected static void
AbstractJSON. fireErrorEvent(JSONException jsone, JsonConfig jsonConfig)
Fires an error event.Methods in org.kordamp.json that throw JSONException Modifier and Type Method Description static java.lang.Class[]
JSONArray. getCollectionType(java.beans.PropertyDescriptor pd, boolean useGetter)
Get the collection type from a getter or setter, or null if no type was found.
Contributed by [Matt Small @ WaveMaker]. -
Uses of JSONException in org.kordamp.json.util
Methods in org.kordamp.json.util that return JSONException Modifier and Type Method Description JSONException
JSONTokener. syntaxError(java.lang.String message)
Make a JSONException to signal a syntax error.Methods in org.kordamp.json.util with parameters of type JSONException Modifier and Type Method Description void
JsonEventListener. onError(JSONException jsone)
Triggered when an exception is thrown.Methods in org.kordamp.json.util that throw JSONException Modifier and Type Method Description void
PropertySetStrategy.DefaultPropertySetStrategy. setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value)
void
PropertySetStrategy.DefaultPropertySetStrategy. setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
abstract void
PropertySetStrategy. setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value)
void
PropertySetStrategy. setProperty(java.lang.Object bean, java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
-