Uses of Class
com.google.gson.stream.MalformedJsonException
-
Packages that use MalformedJsonException Package Description com.google.gson.stream 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 MalformedJsonException Modifier and Type Method Description private MalformedJsonExceptionJsonReader. syntaxError(java.lang.String message)Throws a newMalformedJsonExceptionwith the given message and information about the current location.Methods in com.google.gson.stream that throw MalformedJsonException Modifier and Type Method Description private voidJsonReader. checkLenient()private voidJsonReader. push(int newTop)private MalformedJsonExceptionJsonReader. syntaxError(java.lang.String message)Throws a newMalformedJsonExceptionwith the given message and information about the current location.
-