Liking cljdoc? Tell your friends :D

jdk.net.MalformedURLException

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.
raw docstring

->malformed-url-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close