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

  private final double lo;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double hi;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double fLo;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double fHi;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=9, args_size=5
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
        start local 1 // double lo
        start local 3 // double hi
        start local 5 // double fLo
        start local 7 // double fHi
         0: .line 50
            aload 0 /* this */
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.SAME_SIGN_AT_ENDPOINTS:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            dload 1 /* lo */
            dload 3 /* hi */
            dload 5 /* fLo */
            dload 7 /* fHi */
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.NoBracketingException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;DDDD[Ljava/lang/Object;)V
         1: .line 51
            return
        end local 7 // double fHi
        end local 5 // double fLo
        end local 3 // double hi
        end local 1 // double lo
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/exception/NoBracketingException;
            0    2     1    lo  D
            0    2     3    hi  D
            0    2     5   fLo  D
            0    2     7   fHi  D
    MethodParameters:
      Name  Flags
      lo    
      hi    
      fLo   
      fHi   

  public void <init>(org.apache.commons.math3.exception.util.Localizable, double, double, double, double, java.lang.Object[]);
    descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;DDDD[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=7, locals=11, args_size=7
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable specific
        start local 2 // double lo
        start local 4 // double hi
        start local 6 // double fLo
        start local 8 // double fHi
        start local 10 // java.lang.Object[] args
         0: .line 67
            aload 0 /* this */
            aload 1 /* specific */
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            dload 2 /* lo */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            dload 4 /* hi */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 6 /* fLo */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 8 /* fHi */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            aload 10 /* args */
            aastore
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
         1: .line 68
            aload 0 /* this */
            dload 2 /* lo */
            putfield org.apache.commons.math3.exception.NoBracketingException.lo:D
         2: .line 69
            aload 0 /* this */
            dload 4 /* hi */
            putfield org.apache.commons.math3.exception.NoBracketingException.hi:D
         3: .line 70
            aload 0 /* this */
            dload 6 /* fLo */
            putfield org.apache.commons.math3.exception.NoBracketingException.fLo:D
         4: .line 71
            aload 0 /* this */
            dload 8 /* fHi */
            putfield org.apache.commons.math3.exception.NoBracketingException.fHi:D
         5: .line 72
            return
        end local 10 // java.lang.Object[] args
        end local 8 // double fHi
        end local 6 // double fLo
        end local 4 // double hi
        end local 2 // double lo
        end local 1 // org.apache.commons.math3.exception.util.Localizable specific
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/math3/exception/NoBracketingException;
            0    6     1  specific  Lorg/apache/commons/math3/exception/util/Localizable;
            0    6     2        lo  D
            0    6     4        hi  D
            0    6     6       fLo  D
            0    6     8       fHi  D
            0    6    10      args  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      specific  
      lo        
      hi        
      fLo       
      fHi       
      args      

  public double getLo();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NoBracketingException.lo:D
            dreturn
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NoBracketingException;

  public double getHi();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
         0: .line 88
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NoBracketingException.hi:D
            dreturn
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NoBracketingException;

  public double getFLo();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
         0: .line 96
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NoBracketingException.fLo:D
            dreturn
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NoBracketingException;

  public double getFHi();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.exception.NoBracketingException this
         0: .line 104
            aload 0 /* this */
            getfield org.apache.commons.math3.exception.NoBracketingException.fHi:D
            dreturn
        end local 0 // org.apache.commons.math3.exception.NoBracketingException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/exception/NoBracketingException;
}
SourceFile: "NoBracketingException.java"