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:
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
-