com.google.zxing
Class ChecksumException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.zxing.ReaderException
              extended by com.google.zxing.ChecksumException
All Implemented Interfaces:
java.io.Serializable

public final class ChecksumException
extends ReaderException

Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.

Author:
Sean Owen
See Also:
Serialized Form

Method Summary
static ChecksumException getChecksumInstance()
           
 
Methods inherited from class com.google.zxing.ReaderException
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
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
 

Method Detail

getChecksumInstance

public static ChecksumException getChecksumInstance()


Copyright © 2011. All Rights Reserved.