public class jflex.exceptions.GeneratorException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jflex.exceptions.GeneratorException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -9128247888544263982

  private boolean unexpected;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jflex.exceptions.GeneratorException this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 27
            return
        end local 0 // jflex.exceptions.GeneratorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljflex/exceptions/GeneratorException;

  public void <init>(java.lang.Throwable, boolean);
    descriptor: (Ljava/lang/Throwable;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jflex.exceptions.GeneratorException this
        start local 1 // java.lang.Throwable cause
        start local 2 // boolean unexpected
         0: .line 30
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Generation aborted: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* cause */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 31
            aload 0 /* this */
            iload 2 /* unexpected */
            putfield jflex.exceptions.GeneratorException.unexpected:Z
         2: .line 32
            return
        end local 2 // boolean unexpected
        end local 1 // java.lang.Throwable cause
        end local 0 // jflex.exceptions.GeneratorException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljflex/exceptions/GeneratorException;
            0    3     1       cause  Ljava/lang/Throwable;
            0    3     2  unexpected  Z
    MethodParameters:
            Name  Flags
      cause       
      unexpected  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jflex.exceptions.GeneratorException this
        start local 1 // java.lang.Throwable cause
         0: .line 35
            aload 0 /* this */
            aload 1 /* cause */
            iconst_0
            invokespecial jflex.exceptions.GeneratorException.<init>:(Ljava/lang/Throwable;Z)V
         1: .line 36
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // jflex.exceptions.GeneratorException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljflex/exceptions/GeneratorException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public boolean isUnExpected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jflex.exceptions.GeneratorException this
         0: .line 39
            aload 0 /* this */
            getfield jflex.exceptions.GeneratorException.unexpected:Z
            ireturn
        end local 0 // jflex.exceptions.GeneratorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljflex/exceptions/GeneratorException;
}
SourceFile: "GeneratorException.java"