URLDecodeException

class URLDecodeException(message: String) : Exception

URL decoder exception

Constructors

Link copied to clipboard
fun URLDecodeException(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?