Package ext.plantuml.com.google.zxing
Class ReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ext.plantuml.com.google.zxing.ReaderException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ChecksumException
,FormatException
,NotFoundException
public abstract 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.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-