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