public class IllegalCharsetNameException extends IllegalArgumentException
IllegalCharsetNameException is thrown when an illegal charset name
is encountered.| Constructor and Description |
|---|
IllegalCharsetNameException(String charsetName)
Constructs a new
IllegalCharsetNameException with the supplied
charset name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName()
Returns the encountered illegal charset name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalCharsetNameException(String charsetName)
IllegalCharsetNameException with the supplied
charset name.charsetName - the encountered illegal charset name.public String getCharsetName()