[net](../../index.md) / [com.drake.net.exception](../index.md) / [URLParseException](./index.md) # URLParseException `open class URLParseException : `[`Exception`](https://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html) URL地址错误 ### Constructors | Name | Summary | |---|---| | [<init>](-init-.md) | URL地址错误`URLParseException(url: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, cause: `[`Throwable`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)`? = null)` | ### Properties | Name | Summary | |---|---| | [url](url.md) | `val url: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |