com.google.zxing
Class ReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.zxing.ReaderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChecksumException, FormatException, NotFoundException

public abstract class ReaderException
extends Exception

The general exception class throw when something goes wrong during decoding of a barcode. This includes, but is not limited to, failing checksums / error correction algorithms, being unable to locate finder timing patterns, and so on.

Author:
Sean Owen
See Also:
Serialized Form

Method Summary
 Throwable 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

fillInStackTrace

public final Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2013. All Rights Reserved.