Constructs an instance of this class. paramcharsetName The name of the unsupported charset super(String.valueOf(charsetName)); this.charsetName = charsetName;
super(String.valueOf(charsetName)); this.charsetName = charsetName;
Retrieves the name of the unsupported charset. returnThe name of the unsupported charset return charsetName;
return charsetName;