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. |