Searched refs:syntaxError (Results 1 – 3 of 3) sorted by relevance
356 throw syntaxError("Expected EOF"); in peek()596 throw syntaxError("Unterminated array"); in nextInArray()644 throw syntaxError("Unterminated object"); in nextInObject()661 throw syntaxError("Expected name"); in nextInObject()684 throw syntaxError("Expected ':'"); in objectValue()800 throw syntaxError("Unterminated comment"); in nextNonWhitespace()835 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()910 throw syntaxError("Unterminated string"); in nextString()1011 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()1018 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
45572 method public org.json.JSONException syntaxError(java.lang.String);