Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 476
نمايش فراداده

MalformedInputExceptionjava.nio.charset

Java 1.4serializable 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 ( ); }