package com.google.zxing;

public final class NotFoundException extends ReaderException
{
  private static final NotFoundException INSTANCE = new NotFoundException();

  static
  {
    INSTANCE.setStackTrace(NO_TRACE);
  }

  public static NotFoundException getNotFoundInstance()
  {
    return INSTANCE;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.zxing.NotFoundException
 * JD-Core Version:    0.6.2
 */