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.
(->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`
(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