Searched defs:syntaxError (Results 1 - 1 of 1) sorted by relevance

/libcore/json/src/main/java/org/json/
H A DJSONTokener.java97 throw syntaxError("End of input");
137 throw syntaxError("Unterminated comment");
217 throw syntaxError("Unterminated escape sequence");
228 throw syntaxError("Unterminated string");
242 throw syntaxError("Unterminated escape sequence");
249 throw syntaxError("Invalid escape sequence: " + hex);
284 throw syntaxError("Expected literal value");
364 throw syntaxError("Names cannot be null");
366 throw syntaxError("Names must be strings, but " + name
378 throw syntaxError("Expecte
448 public JSONException syntaxError(String message) { method in class:JSONTokener
[all...]

Completed in 79 milliseconds