public class org.apache.commons.math3.exception.NotFiniteNumberException extends org.apache.commons.math3.exception.MathIllegalNumberException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.exception.NotFiniteNumberException
  super_class: org.apache.commons.math3.exception.MathIllegalNumberException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6100997100383932834

  public void <init>(java.lang.Number, java.lang.Object[]);
    descriptor: (Ljava/lang/Number;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.exception.NotFiniteNumberException this
        start local 1 // java.lang.Number wrong
        start local 2 // java.lang.Object[] args
         0: .line 39
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_FINITE_NUMBER:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            aload 1 /* wrong */
            aload 2 /* args */
            invokespecial org.apache.commons.math3.exception.NotFiniteNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
         1: .line 40
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Number wrong
        end local 0 // org.apache.commons.math3.exception.NotFiniteNumberException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/exception/NotFiniteNumberException;
            0    2     1  wrong  Ljava/lang/Number;
            0    2     2   args  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      wrong  
      args   

  public void <init>(org.apache.commons.math3.exception.util.Localizable, java.lang.Number, java.lang.Object[]);
    descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.exception.NotFiniteNumberException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable specific
        start local 2 // java.lang.Number wrong
        start local 3 // java.lang.Object[] args
         0: .line 52
            aload 0 /* this */
            aload 1 /* specific */
            aload 2 /* wrong */
            aload 3 /* args */
            invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
         1: .line 53
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.Number wrong
        end local 1 // org.apache.commons.math3.exception.util.Localizable specific
        end local 0 // org.apache.commons.math3.exception.NotFiniteNumberException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/exception/NotFiniteNumberException;
            0    2     1  specific  Lorg/apache/commons/math3/exception/util/Localizable;
            0    2     2     wrong  Ljava/lang/Number;
            0    2     3      args  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      specific  
      wrong     
      args      
}
SourceFile: "NotFiniteNumberException.java"