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
- Author:
- Sean Owen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReedSolomonException(java.lang.String message)
-