diff --git a/core/src/com/google/zxing/MonochromeBitmapSource.java b/core/src/com/google/zxing/MonochromeBitmapSource.java index f921ebb06..251b9285b 100644 --- a/core/src/com/google/zxing/MonochromeBitmapSource.java +++ b/core/src/com/google/zxing/MonochromeBitmapSource.java @@ -69,7 +69,7 @@ public interface MonochromeBitmapSource { * @param method black point estimation method * @param argument method-specific argument */ - void estimateBlackPoint(BlackPointEstimationMethod method, int argument); + void estimateBlackPoint(BlackPointEstimationMethod method, int argument) throws ReaderException; /** * @return {@link BlackPointEstimationMethod} representing last sampling method used