public class com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  transient com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph graph;
    descriptor: Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;
    flags: (0x0080) ACC_TRANSIENT

  public void <init>(com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph);
    descriptor: (Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException this
        start local 1 // com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph graph
         0: .line 1326
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 1327
            aload 0 /* this */
            aload 1 /* graph */
            putfield com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException.graph:Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;
         2: .line 1328
            return
        end local 1 // com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph graph
        end local 0 // com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/comp/Infer$GraphStrategy$NodeNotFoundException;
            0    3     1  graph  Lcom/sun/tools/javac/comp/Infer$GraphSolver$InferenceGraph;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "Infer.java"
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
  GraphSolver = com.sun.tools.javac.comp.Infer$GraphSolver of com.sun.tools.javac.comp.Infer
  InferenceGraph = com.sun.tools.javac.comp.Infer$GraphSolver$InferenceGraph of com.sun.tools.javac.comp.Infer$GraphSolver
  abstract GraphStrategy = com.sun.tools.javac.comp.Infer$GraphStrategy of com.sun.tools.javac.comp.Infer
  public NodeNotFoundException = com.sun.tools.javac.comp.Infer$GraphStrategy$NodeNotFoundException of com.sun.tools.javac.comp.Infer$GraphStrategy