Added in API level 1
Summary:
Ctors
| Inherited Methods
CharConversionException
public
class
CharConversionException
extends IOException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.io.CharConversionException | |||
Base class for character conversion exceptions.
Summary
Public constructors | |
|---|---|
CharConversionException()
This provides no detailed message. |
|
CharConversionException(String s)
This provides a detailed message. |
|
Inherited methods | |
|---|---|
Public constructors
CharConversionException
Added in API level 1
public CharConversionException ()
This provides no detailed message.
CharConversionException
Added in API level 1
public CharConversionException (String s)
This provides a detailed message.
| Parameters | |
|---|---|
s |
String: the detailed message associated with the exception. |