| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalArgumentException | ||||
| ↳ | java.nio.charset.UnsupportedCharsetException | ||||
An UnsupportedCharsetException is thrown when an unsupported charset
name is encountered.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
UnsupportedCharsetException with the supplied
charset name.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the encountered unsupported charset name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new UnsupportedCharsetException with the supplied
charset name.
| charsetName | the encountered unsupported charset name. |
|---|
Gets the encountered unsupported charset name.