URLParseException

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

URL地址错误

Constructors

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