Added in API level 1

CharConversionException

open class CharConversionException : IOException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.io.IOException
   โ†ณ java.io.CharConversionException

Base class for character conversion exceptions.

Summary

Public constructors

This provides no detailed message.

This provides a detailed message.

Public constructors

CharConversionException

Added in API level 1
CharConversionException()

This provides no detailed message.

CharConversionException

Added in API level 1
CharConversionException(s: String!)

This provides a detailed message.

Parameters
s String!: the detailed message associated with the exception.