Added in API level 1

CharacterCodingException

open class CharacterCodingException : IOException
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.

UnmappableCharacterException

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 a character encoding or decoding error occurs.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

CharacterCodingException

Added in API level 1
CharacterCodingException()

Constructs an instance of this class.