Home | History | Annotate | Download | only in util

Lines Matching defs:syntaxError

356                     throw syntaxError("Expected EOF");
599 throw syntaxError("Unterminated array");
647 throw syntaxError("Unterminated object");
664 throw syntaxError("Expected name");
687 throw syntaxError("Expected ':'");
803 throw syntaxError("Unterminated comment");
838 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON");
913 throw syntaxError("Unterminated string");
1014 throw syntaxError("Unterminated escape sequence");
1021 throw syntaxError("Unterminated escape sequence");
1056 throw syntaxError("Expected literal value");
1158 private IOException syntaxError(String message) throws IOException {