Class ReedSolomonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.zxing.common.reedsolomon.ReedSolomonException
- All Implemented Interfaces:
Serializable
Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.
- Author:
- Sean Owen
- See Also:
-
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
-
Constructor Details
-
ReedSolomonException
-