public class MalformedInputException extends CharacterCodingException
| Constructor and Description |
|---|
MalformedInputException(int inputLength)
Creates the exception
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputLength()
Retrieves the position of the malformed input in the input stream.
|
java.lang.String |
getMessage()
Returns the detail message string of this throwable
|
public MalformedInputException(int inputLength)
inputLength - the position of malformed input in the input streampublic int getInputLength()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable