Class 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 Detail

      • CoderMalfunctionError

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