UnmappableInputException

Thrown when some input cannot be mapped using the declared charset (bytes to characters or the other way around).

Constructors

Link copied to clipboard
constructor(message: String, cause: CharacterCodingException)

Properties

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