public class java.lang.NoSuchMethodException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.lang.NoSuchMethodException
  super_class: java.lang.Exception
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.NoSuchMethodException this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 41
            return
        end local 0 // java.lang.NoSuchMethodException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/lang/NoSuchMethodException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.NoSuchMethodException this
        start local 1 // java.lang.String s
         0: .line 49
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 50
            return
        end local 1 // java.lang.String s
        end local 0 // java.lang.NoSuchMethodException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/lang/NoSuchMethodException;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "NoSuchMethodException.java"