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 MalformedJsonExceptionJsonReader.syntaxError(String message) Throws a newMalformedJsonExceptionwith the given message and information about the current location.Methods in com.google.gson.stream that throw MalformedJsonExceptionModifier and TypeMethodDescriptionprivate voidJsonReader.checkLenient()private voidJsonReader.push(int newTop) private MalformedJsonExceptionJsonReader.syntaxError(String message) Throws a newMalformedJsonExceptionwith the given message and information about the current location.