| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.io.IOException | ||||
| ↳ | java.nio.charset.CharacterCodingException | ||||
| ↳ | java.nio.charset.UnmappableCharacterException | ||||
An
UnmappableCharacterException
is thrown when an unmappable
character for the given charset is encountered.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new
UnmappableCharacterException
.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the length of the unmappable character.
|
||||||||||
|
|
Returns the detail message which was provided when this
Throwable
was created.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Constructs a new
UnmappableCharacterException
.
| length | the length of the unmappable character. |
|---|
Returns the detail message which was provided when this
Throwable
was created. Returns
null
if no message was
provided at creation time.