public class MalformedURLException extends IOException:
import klyn.net
try URL("not-a-url")
catch err as MalformedURLException:
print(err.message)| Modifier and Type | Member | Description |
|---|---|---|
| public | MalformedURLExceptionMalformedURLException(message as String = "Malformed URL"): |
Creates a malformed-URL exception. |