public class MalformedInputException extends CharacterCodingException
| Constructor and Description |
|---|
MalformedInputException(int inputLength)
Constructs an
MalformedInputException with the given length.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputLength()
Returns the length of the input.
|
String |
getMessage()
Returns the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedInputException(int inputLength)
MalformedInputException with the given length.
inputLength - the length of the input
public int getInputLength()
public StringgetMessage()
getMessage in class
Throwable