package com.google.zxing;

public abstract class ReaderException extends Exception
{
  protected static final StackTraceElement[] NO_TRACE;
  protected static final boolean isStackTrace;

  static
  {
    if (System.getProperty("surefire.test.class.path") != null);
    for (boolean bool = true; ; bool = false)
    {
      isStackTrace = bool;
      NO_TRACE = new StackTraceElement[0];
      return;
    }
  }

  ReaderException()
  {
  }

  ReaderException(Throwable paramThrowable)
  {
    super(paramThrowable);
  }

  public final Throwable fillInStackTrace()
  {
    return null;
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.zxing.ReaderException
 * JD-Core Version:    0.6.2
 */