javax.swing.text
public class ChangedCharSetException extends IOException implements Serializable
Constructor and Description |
---|
ChangedCharSetException(String charSetSpec,
boolean charSetKey)
Constructs a new char set exception with two additional parameters,
defining the circumstances under that the exception was raised.
|
Modifier and Type | Method and Description |
---|---|
String |
getCharSetSpec()
Get the value of the first parameter, previously passed to the
constructor.
|
boolean |
keyEqualsCharSet()
Get the value of the second parameter, previously passed to the
constructor.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChangedCharSetException(String charSetSpec, boolean charSetKey)
public String getCharSetSpec()
public boolean keyEqualsCharSet()