Uses of Class
net.sf.json.JSONException
-
Packages that use JSONException Package Description net.sf.json The core of the librarynet.sf.json.util Miscelaneous utilities -
-
Uses of JSONException in net.sf.json
Methods in net.sf.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 net.sf.json.util
Methods in net.sf.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 net.sf.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 net.sf.json.util that throw JSONException Modifier and Type Method Description 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)
-