Thrown when an exception occurs during Reed-Solomon decoding, such as when * there are too many errors to correct.

* * @author Sean Owen */ final class ReedSolomonException extends \Exception { }