public class io.vertx.codegen.GenException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.GenException
  super_class: java.lang.RuntimeException
{
  final javax.lang.model.element.Element element;
    descriptor: Ljavax/lang/model/element/Element;
    flags: (0x0010) ACC_FINAL

  final java.lang.String msg;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  public void <init>(javax.lang.model.element.Element, java.lang.String);
    descriptor: (Ljavax/lang/model/element/Element;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codegen.GenException this
        start local 1 // javax.lang.model.element.Element element
        start local 2 // java.lang.String msg
         0: .line 14
            aload 0 /* this */
            aload 2 /* msg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 15
            aload 0 /* this */
            aload 1 /* element */
            putfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
         2: .line 16
            aload 0 /* this */
            aload 2 /* msg */
            putfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
         3: .line 17
            return
        end local 2 // java.lang.String msg
        end local 1 // javax.lang.model.element.Element element
        end local 0 // io.vertx.codegen.GenException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/codegen/GenException;
            0    4     1  element  Ljavax/lang/model/element/Element;
            0    4     2      msg  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      element  
      msg      

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.codegen.GenException this
        start local 1 // java.lang.Object o
         0: .line 21
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 22
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 24
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.codegen.GenException
            astore 2 /* exception */
        start local 2 // io.vertx.codegen.GenException exception
         4: .line 26
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            aload 2 /* exception */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            invokeinterface javax.lang.model.element.Element.equals:(Ljava/lang/Object;)Z
            ifne 7
            goto 6
      StackMap locals: io.vertx.codegen.GenException
      StackMap stack:
         5: aload 2 /* exception */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            ifnull 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
         7: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            ifnull 8
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            aload 2 /* exception */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 2 /* exception */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            ifnull 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 29
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.codegen.GenException exception
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.codegen.GenException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lio/vertx/codegen/GenException;
            0   11     1          o  Ljava/lang/Object;
            4   11     2  exception  Lio/vertx/codegen/GenException;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.codegen.GenException this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.element:Ljavax/lang/model/element/Element;
            invokeinterface javax.lang.model.element.Element.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 35
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            ifnull 4
            aload 0 /* this */
            getfield io.vertx.codegen.GenException.msg:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 5
      StackMap locals: io.vertx.codegen.GenException int
      StackMap stack: int
         4: iconst_0
      StackMap locals: io.vertx.codegen.GenException int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 36
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.vertx.codegen.GenException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/codegen/GenException;
            3    7     1  result  I
}
SourceFile: "GenException.java"