No examples for this method.
Frequently called with: [Clear]
-1
| 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 extra information 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 extra information message which was provided when this Throwable was created. Returns null if no message was provided at creation time.
Throwable's detail message.