Class ReedSolomonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- zext.plantuml.com.google.zxing.common.reedsolomon.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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReedSolomonException(java.lang.String message)
-