com.google.zxing
Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.zxing.ReaderException
- All Implemented Interfaces:
- java.io.Serializable
public final class ReaderException
- extends java.lang.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
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 |
getInstance
public static ReaderException getInstance()
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class java.lang.Throwable