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