public class java.nio.charset
CoderMalfunctionError


Hide details Login
Java SE 6
  
Extends: Throwable > Error

Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.
version1.6, 05/11/17
since1.4

Constructors
public CoderMalfunctionError(Exception cause)
Initializes an instance of this class.
causeThe unexpected exception that was thrown