Uses of Class
com.google.gson.stream.MalformedJsonException
Packages that use MalformedJsonException
Package
Description
This package provides classes for processing JSON in an efficient streaming way.
-
Uses of MalformedJsonException in com.google.gson.stream
Methods in com.google.gson.stream that return MalformedJsonExceptionModifier and TypeMethodDescriptionprivate MalformedJsonException
JsonReader.syntaxError
(String message) Throws a newMalformedJsonException
with the given message and information about the current location.Methods in com.google.gson.stream that throw MalformedJsonExceptionModifier and TypeMethodDescriptionprivate void
JsonReader.checkLenient()
private void
JsonReader.push
(int newTop) private MalformedJsonException
JsonReader.syntaxError
(String message) Throws a newMalformedJsonException
with the given message and information about the current location.