Uses of Class
org.kordamp.json.JSONException
Packages that use JSONException
Package
Description
The core of the library
Miscelaneous utilities
-
Uses of JSONException in org.kordamp.json
Methods in org.kordamp.json with parameters of type JSONExceptionModifier and TypeMethodDescriptionprotected static void
AbstractJSON.fireErrorEvent
(JSONException jsone, JsonConfig jsonConfig) Fires an error event.Methods in org.kordamp.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 org.kordamp.json.util
Methods in org.kordamp.json.util that return JSONExceptionModifier and TypeMethodDescriptionJSONTokener.syntaxError
(String message) Make a JSONException to signal a syntax error.Methods in org.kordamp.json.util with parameters of type JSONExceptionModifier and TypeMethodDescriptionvoid
JsonEventListener.onError
(JSONException jsone) Triggered when an exception is thrown.Methods in org.kordamp.json.util that throw JSONExceptionModifier and TypeMethodDescriptionvoid
PropertySetStrategy.DefaultPropertySetStrategy.setProperty
(Object bean, String key, Object value) void
PropertySetStrategy.DefaultPropertySetStrategy.setProperty
(Object bean, String key, Object value, JsonConfig jsonConfig) abstract void
PropertySetStrategy.setProperty
(Object bean, String key, Object value) void
PropertySetStrategy.setProperty
(Object bean, String key, Object value, JsonConfig jsonConfig)