javax.swing.text

接口
异常
java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 javax.swing.text.ChangedCharSetException
所有已实现的接口:
Serializable

public class ChangedCharSetException
     
extends IOException

顾名思义,ChangedCharSetException 是字符集改变时抛出的异常。


构造方法摘要
ChangedCharSetException(String charSetSpec, boolean charSetKey)
           
 
方法摘要
 String getCharSetSpec()
           
 boolean keyEqualsCharSet()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ChangedCharSetException

public ChangedCharSetException(String charSetSpec,
                               boolean charSetKey)
方法详细信息

getCharSetSpec

public String getCharSetSpec()

keyEqualsCharSet

public boolean keyEqualsCharSet()