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

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

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