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

/cts/libs/json/src/com/android/json/stream/
H A DJsonReader.java1089 throw new JsonSyntaxException(message + " near " + getSnippet());
1101 private static class JsonSyntaxException extends IOException { class in class:JsonReader
1102 private JsonSyntaxException(String s) { method in class:JsonReader.JsonSyntaxException

Completed in 16 milliseconds