public class UnmappableCharacterException
extends java.nio.charset.CharacterCodingException
| Constructor and Description |
|---|
UnmappableCharacterException(int inputLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInputLength() |
String |
getMessage()
Returns the detail message string of this throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmappableCharacterException(int inputLength)
public int getInputLength()
public String getMessage()
ThrowablegetMessage in class ThrowableThrowable instance
(which may be null).