open class DecodeException : RuntimeException
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
Author
Tim Fox
DecodeException()DecodeException(message: String)DecodeException(message: String, cause: Throwable) |