Searched refs:syntaxError (Results 1 – 3 of 3) sorted by relevance
356 throw syntaxError("Expected EOF"); in peek()599 throw syntaxError("Unterminated array"); in nextInArray()647 throw syntaxError("Unterminated object"); in nextInObject()664 throw syntaxError("Expected name"); in nextInObject()687 throw syntaxError("Expected ':'"); in objectValue()803 throw syntaxError("Unterminated comment"); in nextNonWhitespace()838 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()913 throw syntaxError("Unterminated string"); in nextString()1014 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()1021 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
60316 method public org.json.JSONException syntaxError(java.lang.String);
57787 method public org.json.JSONException syntaxError(java.lang.String);