java.nio.charset
public class IllegalCharsetNameException extends IllegalArgumentException
Since: 1.4
Constructor Summary | |
---|---|
IllegalCharsetNameException(String charsetName)
Creates the exception
|
Method Summary | |
---|---|
String | getCharsetName()
Retrieves the illegal charset name
|
Parameters: charsetName name of the illegal charset
Returns: the illegal charset name