public class IllegalCharsetNameException extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalCharsetNameException(String charsetName)
Creates the exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName()
Retrieves the illegal charset name
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalCharsetNameException(String charsetName)
charsetName - name of the illegal charsetpublic String getCharsetName()