Most visited

Recently visited

Added in API level 1

CharConversionException

public class CharConversionException
extends IOException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.io.IOException
          java.io.CharConversionException


字符转换异常的基类。

摘要(Summary)

Public constructors

CharConversionException()

这没有提供详细的消息。

CharConversionException(String s)

这提供了详细的消息。

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

CharConversionException

Added in API level 1
CharConversionException ()

这没有提供详细的消息。

CharConversionException

Added in API level 1
CharConversionException (String s)

这提供了详细的消息。

参数(Parameters)
s String: the detailed message associated with the exception.

Hooray!