Added in API level 1
Also in U Extensions 1

ParseException

open class ParseException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.net.ParseException

Thrown when parsing failed.

Summary

Public constructors

ParseException(response: String, cause: Throwable)

Properties
String!

Public constructors

ParseException

Added in API level 1
Also in U Extensions 1
ParseException(response: String)
Parameters
response String: This value cannot be null.

ParseException

Added in API level 1
Also in U Extensions 1
ParseException(
    response: String,
    cause: Throwable)
Parameters
response String: This value cannot be null.
cause Throwable: This value cannot be null.

Properties

response

Added in API level 1
Also in U Extensions 1
var response: String!