Class FormatException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class FormatException
    extends ReaderException
    Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules. This could have been due to a mis-detection.
    See Also:
    Serialized Form
    • Constructor Detail

      • FormatException

        private FormatException()
      • FormatException

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

      • getFormatInstance

        public static FormatException getFormatInstance​(java.lang.Throwable cause)