FileDocCategorySizeDatePackage
CoderMalfunctionError.javaAPI DocAndroid 1.5 API1494Wed May 06 22:41:04 BST 2009java.nio.charset

CoderMalfunctionError

public class CoderMalfunctionError extends Error
A {@code CoderMalfunctionError} is thrown when the encoder/decoder is malfunctioning.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public CoderMalfunctionError(Exception ex)
Constructs a new {@code CoderMalfunctionError}.

param
ex the original exception thrown by the encoder/decoder.
since
Android 1.0


                                      
       
        super(ex);
    
Methods Summary