com.itextpdf.text.pdf.qrcode
Class ReedSolomonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.text.pdf.qrcode.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.

Since:
5.0.2
Author:
Sean Owen
See Also:
Serialized Form

Constructor Summary
ReedSolomonException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReedSolomonException

public ReedSolomonException(String message)


Copyright © 2013. All Rights Reserved.