Constructs a new {@code IllegalCharsetNameException} with the supplied charset name.paramcharset the encountered illegal charset name.sinceAndroid 1.0 // niochar.0F=The illegal charset name is "{0}". super(Messages.getString("niochar.0F", charset)); //$NON-NLS-1$ this.charsetName = charset;
// niochar.0F=The illegal charset name is "{0}". super(Messages.getString("niochar.0F", charset)); //$NON-NLS-1$ this.charsetName = charset;
Gets the encountered illegal charset name.returnthe encountered illegal charset name.sinceAndroid 1.0 return this.charsetName;
return this.charsetName;