MalformedInputException | java.nio.charset |
Java 1.4 | serializable checked |
Signals that input to the CharsetDecoder.decode( ) or CharsetEncoder.encode( ) method was malformed.
Figure 13-51. java.nio.charset.MalformedInputException
public class MalformedInputException extends CharacterCodingException { // Public Constructors public MalformedInputException (int inputLength ); // Public Instance Methods public int getInputLength ( ); // Public Methods Overriding Throwable public String getMessage ( ); }
|