class org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException extends java.lang.NumberFormatException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException
  super_class: java.lang.NumberFormatException
{
  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.ConvertDouble$DoubleConverter$LightweightNumberFormatException this
        start local 1 // java.lang.String message
         0: .line 162
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
         1: .line 163
            return
        end local 1 // java.lang.String message
        end local 0 // org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/util/ConvertDouble$DoubleConverter$LightweightNumberFormatException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public java.lang.Throwable fillInStackTrace();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException this
         0: .line 166
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/ConvertDouble$DoubleConverter$LightweightNumberFormatException;
}
SourceFile: "ConvertDouble.java"
NestHost: org.jruby.util.ConvertDouble
InnerClasses:
  public DoubleConverter = org.jruby.util.ConvertDouble$DoubleConverter of org.jruby.util.ConvertDouble
  LightweightNumberFormatException = org.jruby.util.ConvertDouble$DoubleConverter$LightweightNumberFormatException of org.jruby.util.ConvertDouble$DoubleConverter