Package com.itextpdf.text.pdf.qrcode
Class ReedSolomonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.text.pdf.qrcode.ReedSolomonException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ReedSolomonException
-