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

  public void <init>(double, int);
    descriptor: (DI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.fraction.FractionConversionException this
        start local 1 // double value
        start local 3 // int maxIterations
         0: .line 41
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.FAILED_FRACTION_CONVERSION:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            iload 3 /* maxIterations */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokespecial org.apache.commons.math3.exception.ConvergenceException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 42
            return
        end local 3 // int maxIterations
        end local 1 // double value
        end local 0 // org.apache.commons.math3.fraction.FractionConversionException this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/commons/math3/fraction/FractionConversionException;
            0    2     1          value  D
            0    2     3  maxIterations  I
    MethodParameters:
               Name  Flags
      value          
      maxIterations  

  public void <init>(double, long, long);
    descriptor: (DJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.fraction.FractionConversionException this
        start local 1 // double value
        start local 3 // long p
        start local 5 // long q
         0: .line 52
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.FRACTION_CONVERSION_OVERFLOW:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            lload 3 /* p */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            lload 5 /* q */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokespecial org.apache.commons.math3.exception.ConvergenceException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 53
            return
        end local 5 // long q
        end local 3 // long p
        end local 1 // double value
        end local 0 // org.apache.commons.math3.fraction.FractionConversionException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/fraction/FractionConversionException;
            0    2     1  value  D
            0    2     3      p  J
            0    2     5      q  J
    MethodParameters:
       Name  Flags
      value  
      p      
      q      
}
SourceFile: "FractionConversionException.java"