- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.swing.text.ChangedCharSetException
-
- All Implemented Interfaces:
-
Serializable
public class ChangedCharSetException extends IOException
ChangedCharSetException作为名称指示是在更改字符集时抛出的异常。- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ChangedCharSetException(String charSetSpec, boolean charSetKey)
构造一个ChangedCharSetException
。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 String
getCharSetSpec()
返回字符集规范。boolean
keyEqualsCharSet()
返回字符集键。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
ChangedCharSetException
public ChangedCharSetException(String charSetSpec, boolean charSetKey)
构造一个ChangedCharSetException
。- 参数
-
charSetSpec
- 字符集规范的名称 -
charSetKey
- 字符集键
-
-
方法详细信息
-
getCharSetSpec
public String getCharSetSpec()
返回字符集规范。- 结果
- 字符集规范
-
keyEqualsCharSet
public boolean keyEqualsCharSet()
返回字符集键。- 结果
- the char set key
-
-