Class ReedSolomonException

  • All Implemented Interfaces:
    Serializable


    public final class ReedSolomonException
    extends Exception

    Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.

    See Also:
    Serialized Form
    • Constructor Detail

      • ReedSolomonException

        public ReedSolomonException(String message)