Caught a few J2ME incompatibilities in build
[zxing.git] / core / src / com / google / zxing / common / GridSampler.java
index 84024be..3b55eb6 100644 (file)
@@ -95,7 +95,7 @@ public abstract class GridSampler {
   public BitMatrix sampleGrid(BitMatrix image,
                               int dimension,
                               PerspectiveTransform transform) throws NotFoundException {
-    throw new UnsupportedOperationException();
+    throw new IllegalStateException(); // Can't use UnsupportedOperationException
   }