java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--javax.swing.text.ChangedCharSetException
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
ChangedCharSetException(String charSetSpec, boolean charSetKey)
String
getCharSetSpec()
boolean
keyEqualsCharSet()
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ChangedCharSetException(String charSetSpec, boolean charSetKey)
public String getCharSetSpec()
public boolean keyEqualsCharSet()