javax.swing.text
public class ChangedCharSetException extends IOException implements Serializable
Constructor Summary | |
---|---|
ChangedCharSetException(String charSetSpec, boolean charSetKey)
Constructs a new char set exception with two additional parameters,
defining the circumstances under that the exception was raised. |
Method Summary | |
---|---|
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.
|
Returns: the value of the first parameter
Returns: the value of the second parameter