UnmappableCharacterException


UnmappableCharacterException java.nio.charset

Java 1.4 serializable checked

Signals that input to the CharsetDecoder.decode( ) or CharsetEncoder.encode( ) method contained a character or byte sequence that is not mappable in the specified charset.

Figure 13-52. java.nio.charset.UnmappableCharacterException

 public class  UnmappableCharacterException  extends CharacterCodingException {  // Public Constructors  public  UnmappableCharacterException  (int  inputLength  );  // Public Instance Methods  public int  getInputLength  ( );  // Public Methods Overriding Throwable  public String  getMessage  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net