Class ReedSolomonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.text.pdf.qrcode.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.

Since:
5.0.2
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • ReedSolomonException

      public ReedSolomonException(String message)