Tiny style bits
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / Decoder.java
index f7d5273..22cdeb0 100644 (file)
@@ -79,12 +79,10 @@ public final class Decoder {
    *\r
    * @param bits booleans representing white/black QR Code modules\r
    * @return text and bytes encoded within the QR Code\r
-   * @throws NotFoundException if the QR Code cannot be found\r
    * @throws FormatException if the QR Code cannot be decoded\r
    * @throws ChecksumException if error correction fails\r
    */\r
-  public DecoderResult decode(BitMatrix bits, Hashtable hints)\r
-      throws NotFoundException, FormatException, ChecksumException {\r
+  public DecoderResult decode(BitMatrix bits, Hashtable hints) throws FormatException, ChecksumException {\r
 \r
     // Construct a parser and read version, error-correction level\r
     BitMatrixParser parser = new BitMatrixParser(bits);\r