类 org.json.simple.parser.ParseException
的使用

使用 ParseException 的软件包
org.json.simple   
org.json.simple.parser   
 

org.json.simpleParseException 的使用
 

抛出 ParseExceptionorg.json.simple 中的方法
static java.lang.Object JSONValue.parseWithException(java.io.Reader in)
          Parse JSON text into java object from the input source.
static java.lang.Object JSONValue.parseWithException(java.lang.String s)
           
 

org.json.simple.parserParseException 的使用
 

抛出 ParseExceptionorg.json.simple.parser 中的方法
 boolean ContentHandler.endArray()
          Receive notification of the end of a JSON array.
 void ContentHandler.endJSON()
          Receive notification of the end of JSON processing.
 boolean ContentHandler.endObject()
          Receive notification of the end of a JSON object.
 boolean ContentHandler.endObjectEntry()
          Receive notification of the end of the value of previous object entry.
 java.lang.Object JSONParser.parse(java.io.Reader in)
           
 java.lang.Object JSONParser.parse(java.io.Reader in, ContainerFactory containerFactory)
          Parse JSON text into java object from the input source.
 void JSONParser.parse(java.io.Reader in, ContentHandler contentHandler)
           
 void JSONParser.parse(java.io.Reader in, ContentHandler contentHandler, boolean isResume)
          Stream processing of JSON text.
 java.lang.Object JSONParser.parse(java.lang.String s)
           
 java.lang.Object JSONParser.parse(java.lang.String s, ContainerFactory containerFactory)
           
 void JSONParser.parse(java.lang.String s, ContentHandler contentHandler)
           
 void JSONParser.parse(java.lang.String s, ContentHandler contentHandler, boolean isResume)
           
 boolean ContentHandler.primitive(java.lang.Object value)
          Receive notification of the JSON primitive values: java.lang.String, java.lang.Number, java.lang.Boolean null
 boolean ContentHandler.startArray()
          Receive notification of the beginning of a JSON array.
 void ContentHandler.startJSON()
          Receive notification of the beginning of JSON processing.
 boolean ContentHandler.startObject()
          Receive notification of the beginning of a JSON object.
 boolean ContentHandler.startObjectEntry(java.lang.String key)
          Receive notification of the beginning of a JSON object entry.
 



Copyright © 2012. All Rights Reserved.