final class com.sun.beans.finder.SignatureException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.beans.finder.SignatureException
  super_class: java.lang.RuntimeException
{
  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.beans.finder.SignatureException this
        start local 1 // java.lang.Throwable cause
         0: .line 29
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 30
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // com.sun.beans.finder.SignatureException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/beans/finder/SignatureException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  java.lang.NoSuchMethodException toNoSuchMethodException(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/NoSuchMethodException;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.beans.finder.SignatureException this
        start local 1 // java.lang.String message
         0: .line 33
            aload 0 /* this */
            invokevirtual com.sun.beans.finder.SignatureException.getCause:()Ljava/lang/Throwable;
            astore 2 /* throwable */
        start local 2 // java.lang.Throwable throwable
         1: .line 34
            aload 2 /* throwable */
            instanceof java.lang.NoSuchMethodException
            ifeq 3
         2: .line 35
            aload 2 /* throwable */
            checkcast java.lang.NoSuchMethodException
            areturn
         3: .line 37
      StackMap locals: java.lang.Throwable
      StackMap stack:
            new java.lang.NoSuchMethodException
            dup
            aload 1 /* message */
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
            astore 3 /* exception */
        start local 3 // java.lang.NoSuchMethodException exception
         4: .line 38
            aload 3 /* exception */
            aload 2 /* throwable */
            invokevirtual java.lang.NoSuchMethodException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         5: .line 39
            aload 3 /* exception */
            areturn
        end local 3 // java.lang.NoSuchMethodException exception
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.String message
        end local 0 // com.sun.beans.finder.SignatureException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/beans/finder/SignatureException;
            0    6     1    message  Ljava/lang/String;
            1    6     2  throwable  Ljava/lang/Throwable;
            4    6     3  exception  Ljava/lang/NoSuchMethodException;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "SignatureException.java"