URLParserException

class URLParserException(urlString: String, cause: Throwable) : IllegalStateException

Thrown when failed to parse URL

Constructors

Link copied to clipboard
fun URLParserException(urlString: String, cause: Throwable)

Properties

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