java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.nio.charset.IllegalCharsetNameException
- 所有已实现的接口:
-
Serializable
当使用非合法字符集名称作为字符集名称时抛出的未经检查的异常。
- 自 JDK 版本:
- 1.4
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalCharsetNameException
构造此类的实例。- 参数:
-
charsetName
- 非法字符集名称
-
-
Method Details
-
getCharsetName
检索非法字符集名称。- 返回:
- 非法字符集名称
-