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.
Constructor | Description |
---|---|
ReedSolomonException(String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReedSolomonException(String message)
Copyright © 2018. All rights reserved.