Liking cljdoc? Tell your friends :D

jdk.nio.charset.MalformedInputException

Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.

Checked exception thrown when an input byte sequence is not legal for given
charset, or an input character sequence is not a legal sixteen-bit Unicode
sequence.
raw docstring

->malformed-input-exceptionclj

(->malformed-input-exception input-length)

Constructor.

Constructs an MalformedInputException with the given length.

input-length - the length of the input - int

Constructor.

Constructs an MalformedInputException with the given
 length.

input-length - the length of the input - `int`
raw docstring

get-input-lengthclj

(get-input-length this)

Returns the length of the input.

returns: the length of the input - int

Returns the length of the input.

returns: the length of the input - `int`
raw docstring

get-messageclj

(get-message this)

Returns the message.

returns: the message - java.lang.String

Returns the message.

returns: the message - `java.lang.String`
raw docstring

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

× close