Class ReedSolomonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ext.plantuml.com.google.zxing.common.reedsolomon.ReedSolomonException
-
- All Implemented Interfaces:
Serializable
public final class ReedSolomonException extends Exception
Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.
- Author:
- Sean Owen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReedSolomonException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReedSolomonException
public ReedSolomonException(String message)
-
-