Home | History | Annotate | Download | only in stream

Lines Matching refs:syntaxError

567                     throw syntaxError("Unterminated array");
615 throw syntaxError("Unterminated object");
632 throw syntaxError("Expected name");
655 throw syntaxError("Expected ':'");
731 throw syntaxError("Unterminated comment");
761 throw syntaxError("End of input");
766 throw syntaxError("Use JsonReader.setLenient(true) to accept malformed JSON");
841 throw syntaxError("Unterminated string");
942 throw syntaxError("Unterminated escape sequence");
949 throw syntaxError("Unterminated escape sequence");
984 throw syntaxError("Expected literal value");
1088 public IOException syntaxError(String message) throws IOException {