Liking cljdoc? Tell your friends :D

jdk.nio.charset.UnmappableCharacterException

Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) sequence.

Checked exception thrown when an input character (or byte) sequence
is valid but cannot be mapped to an output byte (or character)
sequence.
raw docstring

->unmappable-character-exceptionclj

(->unmappable-character-exception input-length)

Constructor.

Constructs an UnmappableCharacterException with the given length.

input-length - the length of the input - int

Constructor.

Constructs an UnmappableCharacterException 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