CoderMalfunctionError


CoderMalfunctionError java.nio.charset

Java 1.4 serializable error

Signals a malfunctiontypically an unknown and unrecoverable errorin a CharsetEncoder or CharsetDecoder . An error of this type is thrown by the encode( ) and decode( ) methods when the protected encodeLoop( ) or decodeLoop( ) methods upon which they are implemented throws an exception of an unexpected type.

Figure 13-49. java.nio.charset.CoderMalfunctionError

 public class  CoderMalfunctionError  extends Error {  // Public Constructors  public  CoderMalfunctionError  (Exception  cause  );   } 



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