repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$nio$charset$UnsupportedCharsetException.java
file
oh
o
[]
package java.nio.charset;
Unchecked exception thrown when no support is available
for a requested charset.
Constructs an instance of this class.
- Parameters:
charsetName
The name of the unsupported charset
super(String.valueOf(charsetName));
Retrieves the name of the unsupported charset.
- Returns:
- The name of the unsupported charset