open class CharacterCodingException : Exception
typealias CharacterCodingException = CharacterCodingException
The exception thrown when a character encoding or decoding error occurs.
The exception thrown when a character encoding or decoding error occurs.
<init>()
<init>(message: String?)
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
fun Throwable.getStackTraceAddresses(): List<Long>
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-character-coding-exception/index.html