public class CharConversionException
extends IOException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.io.CharConversionException | |||
字符转换异常的基类。
Public constructors |
|
|---|---|
CharConversionException() 这没有提供详细的消息。 |
|
CharConversionException(String s) 这提供了详细的消息。 |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
CharConversionException (String s)
这提供了详细的消息。
| Parameters | |
|---|---|
s |
String: the detailed message associated with the exception. |