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.