Class ChecksumException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ChecksumException
    extends ReaderException
    Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChecksumException

        private ChecksumException()
      • ChecksumException

        private ChecksumException​(java.lang.Throwable cause)
    • Method Detail

      • getChecksumInstance

        public static ChecksumException getChecksumInstance​(java.lang.Throwable cause)