| java.nio.charset.CharacterCodingException java.nio.charset.MalformedInputException
MalformedInputException | public class MalformedInputException extends CharacterCodingException (Code) | | Thrown when a malformed input is encountered, for example, a byte sequence is
illegal for the given charset.
|
MalformedInputException | public MalformedInputException(int length)(Code) | | Constructs an instance of this exception.
Parameters: length - the length of the malformed input |
getInputLength | public int getInputLength()(Code) | | Gets the length of the malformed input.
the length of the malformed input |
getMessage | public String getMessage()(Code) | | Gets a message describing this exception.
a message describing this exception |
|
|