Class ReaderException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ChecksumException, FormatException

    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
    • Field Detail

      • isStackTrace

        protected static final boolean isStackTrace
    • Constructor Detail

      • ReaderException

        ReaderException()
      • ReaderException

        ReaderException​(Throwable cause)