|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONException | |
|---|---|
| net.sf.json | The core of the library |
| net.sf.json.util | Miscelaneous utilities |
| Uses of JSONException in net.sf.json |
|---|
| Methods in net.sf.json that throw JSONException | |
|---|---|
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 net.sf.json.util |
|---|
| Methods in net.sf.json.util that return JSONException | |
|---|---|
JSONException |
JSONTokener.syntaxError(String message)
Make a JSONException to signal a syntax error. |
| Methods in net.sf.json.util with parameters of type JSONException | |
|---|---|
void |
JsonEventListener.onError(JSONException jsone)
Triggered when an exception is thrown. |
| Methods in net.sf.json.util that throw JSONException | |
|---|---|
abstract void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value)
|
void |
PropertySetStrategy.setProperty(Object bean,
String key,
Object value,
JsonConfig jsonConfig)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||