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.
(->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`
(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`
(get-message this)
Returns the message.
returns: the message - java.lang.String
Returns the message. returns: the message - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close