Uses of Class
org.kordamp.json.JSONException
-
Packages that use JSONException Package Description org.kordamp.json org.kordamp.json.util -
-
Uses of JSONException in org.kordamp.json
Methods in org.kordamp.json that throw JSONException Modifier and Type Method Description static Class[]JSONArray. getCollectionType(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 JSONExceptionJSONTokener. syntaxError(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 voidJsonEventListener. onError(JSONException jsone)Triggered when an exception is thrown.Methods in org.kordamp.json.util that throw JSONException Modifier and Type Method Description abstract voidPropertySetStrategy. setProperty(Object bean, String key, Object value)voidPropertySetStrategy. setProperty(Object bean, String key, Object value, JsonConfig jsonConfig)
-