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 |
|
|---|---|
<init>()This provides no detailed message. |
|
|
This provides a detailed message. |
|
Public constructors
<init>
Added in API level 1
CharConversionException(s: String!)
This provides a detailed message.
| Parameters | |
|---|---|
s |
String!: the detailed message associated with the exception. |