Class CoderMalfunctionError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.nio.charset.CoderMalfunctionError
All Implemented Interfaces:
Serializable

public class CoderMalfunctionError
extends Error
A CoderMalfunctionError is thrown when the encoder/decoder is malfunctioning.
See Also:
Serialized Form
  • Constructor Details

    • CoderMalfunctionError

      public CoderMalfunctionError​(Exception ex)
      Constructs a new CoderMalfunctionError.
      Parameters:
      ex - the original exception thrown by the encoder/decoder.