March 2005
Intermediate to advanced
1254 pages
104h 21m
English
MalformedInputException
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( ); }