Class ChecksumException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • ChecksumException

      private ChecksumException()
    • ChecksumException

      private ChecksumException(Throwable cause)
  • Method Details