java.nio.charset
public class UnsupportedCharsetException extends IllegalArgumentException
Constructor and Description |
---|
UnsupportedCharsetException(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, toString
public UnsupportedCharsetException(String charsetName)
public String getCharsetName()