public class org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException
  super_class: java.lang.RuntimeException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
         0: .line 364
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 365
            return
        end local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException;

  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 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
        start local 1 // java.lang.String s
         0: .line 368
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 369
            return
        end local 1 // java.lang.String s
        end local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException;
            0    2     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
        start local 1 // java.lang.String s
        start local 2 // java.lang.Throwable throwable
         0: .line 372
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* throwable */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 373
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.String s
        end local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException;
            0    2     1          s  Ljava/lang/String;
            0    2     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      s          
      throwable  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
        start local 1 // java.lang.Throwable throwable
         0: .line 376
            aload 0 /* this */
            aload 1 /* throwable */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 377
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/util/CodegenUtils$InvalidAnnotationDescriptorException;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  
}
SourceFile: "CodegenUtils.java"
NestHost: org.jruby.util.CodegenUtils
InnerClasses:
  public InvalidAnnotationDescriptorException = org.jruby.util.CodegenUtils$InvalidAnnotationDescriptorException of org.jruby.util.CodegenUtils