public class org.jruby.RubyNumeric$NumberTooLargeException extends java.lang.NumberFormatException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyNumeric$NumberTooLargeException
  super_class: java.lang.NumberFormatException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1835120694982699449

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyNumeric$NumberTooLargeException this
         0: .line 1399
            aload 0 /* this */
            invokespecial java.lang.NumberFormatException.<init>:()V
         1: .line 1400
            return
        end local 0 // org.jruby.RubyNumeric$NumberTooLargeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyNumeric$NumberTooLargeException;

  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.RubyNumeric$NumberTooLargeException this
        start local 1 // java.lang.String message
         0: .line 1402
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
         1: .line 1403
            return
        end local 1 // java.lang.String message
        end local 0 // org.jruby.RubyNumeric$NumberTooLargeException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyNumeric$NumberTooLargeException;
            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.RubyNumeric$NumberTooLargeException this
         0: .line 1406
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.RubyNumeric$NumberTooLargeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyNumeric$NumberTooLargeException;
}
SourceFile: "RubyNumeric.java"
NestHost: org.jruby.RubyNumeric
InnerClasses:
  public NumberTooLargeException = org.jruby.RubyNumeric$NumberTooLargeException of org.jruby.RubyNumeric
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()