package com.google.zxing; /* loaded from: classes3.dex */ public final class FormatException extends ReaderException { public static final FormatException INSTANCE; static { FormatException formatException = new FormatException(); INSTANCE = formatException; formatException.setStackTrace(ReaderException.NO_TRACE); } public static FormatException getFormatInstance() { return ReaderException.isStackTrace ? new FormatException() : INSTANCE; } }