public class jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException
  super_class: java.lang.Exception
{
  public final jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        start local 2 // java.lang.String msg
         0: .line 75
            aload 0 /* this */
            aload 2 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 76
            aload 0 /* this */
            aload 1 /* node */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.node:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 77
            return
        end local 2 // java.lang.String msg
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/AnalyzerException;
            0    3     1  node  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    3     2   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      node  final
      msg   final

  public void <init>(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.lang.String, java.lang.Throwable);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Throwable exception
         0: .line 81
            aload 0 /* this */
            aload 2 /* msg */
            aload 3 /* exception */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 82
            aload 0 /* this */
            aload 1 /* node */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.node:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 83
            return
        end local 3 // java.lang.Throwable exception
        end local 2 // java.lang.String msg
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/tree/analysis/AnalyzerException;
            0    3     1       node  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    3     2        msg  Ljava/lang/String;
            0    3     3  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      node       final
      msg        final
      exception  final

  public void <init>(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, java.lang.String, java.lang.Object, jdk.internal.org.objectweb.asm.tree.analysis.Value);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljava/lang/String;Ljava/lang/Object;Ljdk/internal/org/objectweb/asm/tree/analysis/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Object expected
        start local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Value encountered
         0: .line 87
            aload 0 /* this */
         1: new java.lang.StringBuilder
            dup
            aload 2 /* msg */
            ifnonnull 2
            ldc "Expected "
            goto 3
      StackMap locals: uninitialized-this jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.lang.String java.lang.Object jdk.internal.org.objectweb.asm.tree.analysis.Value
      StackMap stack: uninitialized-this new 1 new 1
         2: new java.lang.StringBuilder
            dup
            aload 2 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": expected "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: uninitialized-this jdk.internal.org.objectweb.asm.tree.AbstractInsnNode java.lang.String java.lang.Object jdk.internal.org.objectweb.asm.tree.analysis.Value
      StackMap stack: uninitialized-this new 1 new 1 java.lang.String
         3: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* expected */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 88
            ldc ", but found "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* encountered */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 87
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         6: .line 89
            aload 0 /* this */
            aload 1 /* node */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException.node:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 90
            return
        end local 4 // jdk.internal.org.objectweb.asm.tree.analysis.Value encountered
        end local 3 // java.lang.Object expected
        end local 2 // java.lang.String msg
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode node
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.AnalyzerException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljdk/internal/org/objectweb/asm/tree/analysis/AnalyzerException;
            0    8     1         node  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0    8     2          msg  Ljava/lang/String;
            0    8     3     expected  Ljava/lang/Object;
            0    8     4  encountered  Ljdk/internal/org/objectweb/asm/tree/analysis/Value;
    MethodParameters:
             Name  Flags
      node         final
      msg          final
      expected     final
      encountered  final
}
SourceFile: "AnalyzerException.java"