Liking cljdoc? Tell your friends :D

jdk.nio.charset.UnsupportedCharsetException

Unchecked exception thrown when no support is available for a requested charset.

Unchecked exception thrown when no support is available
for a requested charset.
raw docstring

->unsupported-charset-exceptionclj

(->unsupported-charset-exception charset-name)

Constructor.

Constructs an instance of this class.

charset-name - The name of the unsupported charset - java.lang.String

Constructor.

Constructs an instance of this class.

charset-name - The name of the unsupported charset - `java.lang.String`
raw docstring

get-charset-nameclj

(get-charset-name this)

Retrieves the name of the unsupported charset.

returns: The name of the unsupported charset - java.lang.String

Retrieves the name of the unsupported charset.

returns: The name of the unsupported charset - `java.lang.String`
raw docstring

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

× close