Added in API level 1
    CharacterCodingException
open class CharacterCodingException : IOException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.nio.charset.CharacterCodingException | |||
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.
