Class ReedSolomonException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ReedSolomonException
    extends java.lang.Exception

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

    Since:
    5.0.2
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Serial version UID.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReedSolomonException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReedSolomonException

        public ReedSolomonException​(java.lang.String message)