Package Summary  Overview Summary

class:CoderMalfunctionError [NONE]

All Implemented Interfaces:
Serializable

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.
Since:
1.4
See Also:
Serialized Form

constructor:CoderMalfunctionError(java.lang.Exception) [NONE]

  • CoderMalfunctionError

    public CoderMalfunctionError?(Exception cause)
    Initializes an instance of this class.
    Parameters:
    cause - The unexpected exception that was thrown

© 2020 Oracle Corporation and/or its affiliates