Package com.google.zxing
Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.zxing.ReaderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChecksumException
,FormatException
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final boolean
protected static final StackTraceElement[]
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
isStackTrace
protected static final boolean isStackTrace -
NO_TRACE
-
-
Constructor Details
-
ReaderException
ReaderException() -
ReaderException
ReaderException(Throwable cause)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-