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.

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