Liking cljdoc? Tell your friends :D

jdk.nio.charset.IllegalCharsetNameException

Unchecked exception thrown when a string that is not a legal charset name is used as such.

Unchecked exception thrown when a string that is not a
legal charset name is used as such.
raw docstring

->illegal-charset-name-exceptionclj

(->illegal-charset-name-exception charset-name)

Constructor.

Constructs an instance of this class.

charset-name - The illegal charset name - java.lang.String

Constructor.

Constructs an instance of this class.

charset-name - The illegal charset name - `java.lang.String`
raw docstring

get-charset-nameclj

(get-charset-name this)

Retrieves the illegal charset name.

returns: The illegal charset name - java.lang.String

Retrieves the illegal charset name.

returns: The illegal charset name - `java.lang.String`
raw docstring

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

× close