Liking cljdoc? Tell your friends :D

jdk.nio.charset.CoderMalfunctionError

Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.

Error thrown when the decodeLoop method of
a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected
exception.
raw docstring

->coder-malfunction-errorclj

(->coder-malfunction-error cause)

Constructor.

Initializes an instance of this class.

cause - The unexpected exception that was thrown - java.lang.Exception

Constructor.

Initializes an instance of this class.

cause - The unexpected exception that was thrown - `java.lang.Exception`
raw docstring

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

× close