KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > ChangedCharSetException

javax.swing.text
Class ChangedCharSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.swing.text.ChangedCharSetException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public ChangedCharSetException(String charSetSpec,
                               boolean charSetKey)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCharSetSpec()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean keyEqualsCharSet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags