UnmappableCharacterException

Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) 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 character (or byte) sequence.

Link copied to clipboard
open override val message: String

Returns the length of the input.

Functions

Link copied to clipboard