Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string or the string could not be parsed.
Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string or the string could not be parsed.
(->malformed-url-exception)
(->malformed-url-exception msg)
Constructor.
Constructs a MalformedURLException with the specified detail message.
msg - the detail message. - java.lang.String
Constructor. Constructs a MalformedURLException with the specified detail message. msg - the detail message. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close