MalformedInputException

ported from java.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.

Since

1.4

Constructors

Link copied to clipboard
constructor(inputLength: Int)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

The length of the input.

Link copied to clipboard
open override val message: String

Returns the length of the input.

Functions

Link copied to clipboard