Searched refs:syntaxError (Results 1 – 2 of 2) sorted by relevance
567 throw syntaxError("Unterminated array"); in nextInArray()615 throw syntaxError("Unterminated object"); in nextInObject()632 throw syntaxError("Expected name"); in nextInObject()655 throw syntaxError("Expected ':'"); in objectValue()731 throw syntaxError("Unterminated comment"); in nextNonWhitespace()761 throw syntaxError("End of input"); in nextNonWhitespace()766 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON"); in checkLenient()841 throw syntaxError("Unterminated string"); in nextString()942 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()949 throw syntaxError("Unterminated escape sequence"); in readEscapeCharacter()[all …]
108012 public org.json.JSONException syntaxError(