public class

CoderMalfunctionError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.nio.charset.CoderMalfunctionError

Class Overview

Error thrown when the CharsetDecoder#decodeLoop decodeLoop method of a CharsetDecoder, or the CharsetEncoder#encodeLoop encodeLoop method of a CharsetEncoder, throws an unexpected exception.

Summary

Public Constructors
CoderMalfunctionError(Exception cause)
Initializes an instance of this class.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CoderMalfunctionError (Exception cause)

Initializes an instance of this class.

Parameters
cause The unexpected exception that was thrown