Uses of Class
net.sf.json.JSONException
Packages that use JSONException
-
Uses of JSONException in net.sf.json
Methods in net.sf.json with parameters of type JSONExceptionModifier and TypeMethodDescriptionprotected static voidAbstractJSON.fireErrorEvent(JSONException jsone, JsonConfig jsonConfig) Fires an error event.Methods in net.sf.json that throw JSONExceptionModifier and TypeMethodDescriptionstatic 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 net.sf.json.util
Methods in net.sf.json.util that return JSONExceptionModifier and TypeMethodDescriptionJSONTokener.syntaxError(String message) Make a JSONException to signal a syntax error.Methods in net.sf.json.util with parameters of type JSONExceptionModifier and TypeMethodDescriptionvoidJsonEventListener.onError(JSONException jsone) Triggered when an exception is thrown.Methods in net.sf.json.util that throw JSONExceptionModifier and TypeMethodDescriptionvoidPropertySetStrategy.DefaultPropertySetStrategy.setProperty(Object bean, String key, Object value) voidPropertySetStrategy.DefaultPropertySetStrategy.setProperty(Object bean, String key, Object value, JsonConfig jsonConfig) abstract voidPropertySetStrategy.setProperty(Object bean, String key, Object value) voidPropertySetStrategy.setProperty(Object bean, String key, Object value, JsonConfig jsonConfig)