Fixed the build.
[zxing.git] / core / src / com / google / zxing / MultiFormatReader.java
index cb8385d..1017d4f 100644 (file)
@@ -138,7 +138,7 @@ public final class MultiFormatReader implements Reader {
       }
     }
 
-    throw new ReaderException("No barcode was detected in this image.");
+    throw ReaderException.getInstance();
   }
 
 }