Serializable
public class ChangedCharSetException extends IOException
Constructor | Description |
---|---|
ChangedCharSetException |
Constructs a ChangedCharSetException . |
Modifier and Type | Method | Description |
---|---|---|
String |
getCharSetSpec() |
Returns the char set specification. |
boolean |
keyEqualsCharSet() |
Returns the char set key. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChangedCharSetException(String charSetSpec, boolean charSetKey)
ChangedCharSetException
.charSetSpec
- name of the char set specificationcharSetKey
- char set keypublic String getCharSetSpec()
public boolean keyEqualsCharSet()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/text/ChangedCharSetException.html