package com.google.zxing; public final class ChecksumException extends ReaderException { public static final ChecksumException k; static { ChecksumException checksumException = new ChecksumException(); k = checksumException; checksumException.setStackTrace(ReaderException.j); } private ChecksumException() { } public static ChecksumException a() { return ReaderException.i ? new ChecksumException() : k; } }