Added in API level 11

MalformedJsonException

class MalformedJsonException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ android.util.MalformedJsonException

Thrown when a reader encounters malformed JSON. Some syntax errors can be ignored by calling JsonReader#setLenient(boolean).

Summary

Public constructors

Public constructors

MalformedJsonException

Added in API level 11
MalformedJsonException(message: String!)