URLParseException

open class URLParseException(url: String, cause: Throwable?) : Exception

URL地址错误

Constructors

URLParseException
Link copied to clipboard
fun URLParseException(url: String, cause: Throwable? = null)

Properties

url
Link copied to clipboard
val url: String