public class ChangedCharSetException extends java.io.IOException implements java.io.Serializable
| Constructor and Description |
|---|
ChangedCharSetException(java.lang.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 |
|---|---|
java.lang.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.
|
public ChangedCharSetException(java.lang.String charSetSpec, boolean charSetKey)
public java.lang.String getCharSetSpec()
public boolean keyEqualsCharSet()