java.nio.charset
public class MalformedInputException extends CharacterCodingException
Since: 1.4
| Constructor Summary | |
|---|---|
| MalformedInputException(int inputLength)
Creates the exception
| |
| Method Summary | |
|---|---|
| int | getInputLength()
Retrieves the position of the malformed input in the input stream.
|
| String | getMessage()
Returns the detail message string of this throwable
|
Parameters: inputLength the position of malformed input in the input stream
Returns: the position
Returns: the message