CoderMalfunctionError

public class CoderMalfunctionError extends Error

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

Public Constructor Summary

CoderMalfunctionError(Exception cause)
Initializes an instance of this class.

Inherited Method Summary

Public Constructors

public CoderMalfunctionError (Exception cause)

Initializes an instance of this class.

Parameters
cause The unexpected exception that was thrown