Improved datamatrix reader with new algorithm
[zxing.git] / core / src / com / google / zxing / WriterException.java
index 721c8f3..0c19af0 100644 (file)
@@ -24,6 +24,10 @@ package com.google.zxing;
  */
 public final class WriterException extends Exception {
 
+  public WriterException() {
+    super();
+  }
+
   public WriterException(String message) {
     super(message);
   }