Uses of Class
org.xerial.json.JSONException

Packages that use JSONException
org.xerial.db widgets and bean classes for viewing and updating database contents. 
org.xerial.db.sql   
org.xerial.db.sql.sqlite Database access adaptor for SQLite3 
org.xerial.json JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) 
 

Uses of JSONException in org.xerial.db
 

Constructors in org.xerial.db that throw JSONException
Relation(JSONObject jsonObj)
           
Relation(String jsonStr)
           
 

Uses of JSONException in org.xerial.db.sql
 

Methods in org.xerial.db.sql that throw JSONException
static Relation RelationBuilder.createRelation(String jsonString)
           
 

Uses of JSONException in org.xerial.db.sql.sqlite
 

Methods in org.xerial.db.sql.sqlite that throw JSONException
 void SQLiteReader.query(String query, OutputStream out)
           
 void SQLiteReader.query(String query, Writer out)
           
 

Uses of JSONException in org.xerial.json
 

Methods in org.xerial.json that throw JSONException
 void JSONArray.add(Object value)
           
 void JSONWriter.append(String stringFragment)
           
 void JSONWriter.endArray()
           
 void JSONWriter.endObject()
           
 void JSONWriter.endString()
           
 int JSONObject.getInt(String key)
           
 JSONObject JSONObject.getJSONObject(String key)
           
 String JSONPullParser.getKeyName()
          Gets the current object/array/value key.
 String JSONObject.getString(String key)
           
 JSONValue JSONPullParser.getValue()
          Reads the current JSONValue, which is one of JSONObject , JSONArray, JSONInteger, JSONDouble, JSONString, JSONBoolean and JSONNull.
 JSONEvent JSONPullParser.next()
          Reads the next JSONEvent
static org.antlr.runtime.tree.CommonTree JSONObject.parse(String jsonStr)
           
static org.antlr.runtime.tree.CommonTree JSONArray.parse(String jsonStr)
           
 void JSONWriter.put(String key, boolean value)
           
 void JSONWriter.put(String key, double value)
           
 void JSONWriter.put(String key, float value)
           
 void JSONWriter.put(String key, int value)
           
 void JSONWriter.put(String key, long value)
           
 void JSONObject.put(String key, Object value)
           
 void JSONWriter.put(String key, String value)
           
 void JSONWriter.putNull(String key)
           
 void JSONWriter.putString(String key, Reader input)
          Generate the key/value pair from the Reader
 void JSONWriter.startArray(String key)
           
 void JSONWriter.startString()
           
 void JSONWriter.startString(String key)
           
static JSONValue JSONUtil.toJSONValue(Object value)
           
 JSONValue JSONValueBase.translateAsJSONValue(Object value)
           
 

Constructors in org.xerial.json that throw JSONException
JSONArray(String jsonStr)
           
JSONObject(String jsonStr)
           
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.