CharacterCodingException
@ExperimentalStdlibApi open class CharacterCodingException :
Exception
@ExperimentalStdlibApi typealias CharacterCodingException = CharacterCodingException
open class CharacterCodingException : Exception
The exception thrown when a character encoding or decoding error occurs.
Constructors
<init>
The exception thrown when a character encoding or decoding error occurs.
<init>()
<init>(message: String?)