CoderMalfunctionErrorpublic class CoderMalfunctionError extends Error Error thrown when the {@link CharsetDecoder#decodeLoop decodeLoop} method of
a {@link CharsetDecoder}, or the {@link CharsetEncoder#encodeLoop
encodeLoop} method of a {@link CharsetEncoder}, throws an unexpected
exception. |
Constructors Summary |
---|
public CoderMalfunctionError(Exception cause)Initializes an instance of this class.
super(cause);
|
|