public interface freemarker.template.AttemptExceptionReporter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: freemarker.template.AttemptExceptionReporter
  super_class: java.lang.Object
{
  public static final freemarker.template.AttemptExceptionReporter LOG_ERROR_REPORTER;
    descriptor: Lfreemarker/template/AttemptExceptionReporter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final freemarker.template.AttemptExceptionReporter LOG_WARN_REPORTER;
    descriptor: Lfreemarker/template/AttemptExceptionReporter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 36
            new freemarker.template.LoggingAttemptExceptionReporter
            dup
            iconst_0
            invokespecial freemarker.template.LoggingAttemptExceptionReporter.<init>:(Z)V
            putstatic freemarker.template.AttemptExceptionReporter.LOG_ERROR_REPORTER:Lfreemarker/template/AttemptExceptionReporter;
         1: .line 41
            new freemarker.template.LoggingAttemptExceptionReporter
            dup
            iconst_1
            invokespecial freemarker.template.LoggingAttemptExceptionReporter.<init>:(Z)V
            putstatic freemarker.template.AttemptExceptionReporter.LOG_WARN_REPORTER:Lfreemarker/template/AttemptExceptionReporter;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void report(freemarker.template.TemplateException, freemarker.core.Environment);
    descriptor: (Lfreemarker/template/TemplateException;Lfreemarker/core/Environment;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      te    
      env   
}
SourceFile: "AttemptExceptionReporter.java"