java.nio.charset

Class UnsupportedCharsetException

public class UnsupportedCharsetException extends IllegalArgumentException

Since: 1.4

Constructor Summary
UnsupportedCharsetException(String charsetName)
Creates the exception
Method Summary
StringgetCharsetName()
Retrieves the illegal charset name

Constructor Detail

UnsupportedCharsetException

public UnsupportedCharsetException(String charsetName)
Creates the exception

Method Detail

getCharsetName

public String getCharsetName()
Retrieves the illegal charset name