CharacterCodingException

open class CharacterCodingException : Exception

The exception thrown when a character encoding or decoding error occurs.

Since Kotlin

1.4
open class CharacterCodingException : Exception

The exception thrown when a character encoding or decoding error occurs.

Since Kotlin

1.3
typealias CharacterCodingException = CharacterCodingException

Constructors

CharacterCodingException
Link copied to clipboard
JS
fun CharacterCodingException(message: String?)
CharacterCodingException
Link copied to clipboard
Native
fun CharacterCodingException(message: String?)
CharacterCodingException
Link copied to clipboard
fun CharacterCodingException()

Properties

cause
Link copied to clipboard
Common
open val cause: Throwable?
cause
Link copied to clipboard
JS
open val cause: Throwable?
cause
Link copied to clipboard
Native
open val cause: Throwable?
message
Link copied to clipboard
Common
open val message: String?
message
Link copied to clipboard
JS
open val message: String?
message
Link copied to clipboard
Native
open val message: String?