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

  public void <init>(java.lang.Number);
    descriptor: (Ljava/lang/Number;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.exception.NotPositiveException this
        start local 1 // java.lang.Number value
         0: .line 36
            aload 0 /* this */
            aload 1 /* value */
            getstatic org.apache.commons.math3.exception.NotPositiveException.INTEGER_ZERO:Ljava/lang/Integer;
            iconst_1
            invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
         1: .line 37
            return
        end local 1 // java.lang.Number value
        end local 0 // org.apache.commons.math3.exception.NotPositiveException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/exception/NotPositiveException;
            0    2     1  value  Ljava/lang/Number;
    MethodParameters:
       Name  Flags
      value  

  public void <init>(org.apache.commons.math3.exception.util.Localizable, java.lang.Number);
    descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.exception.NotPositiveException this
        start local 1 // org.apache.commons.math3.exception.util.Localizable specific
        start local 2 // java.lang.Number value
         0: .line 46
            aload 0 /* this */
            aload 1 /* specific */
            aload 2 /* value */
            getstatic org.apache.commons.math3.exception.NotPositiveException.INTEGER_ZERO:Ljava/lang/Integer;
            iconst_1
            invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;Ljava/lang/Number;Z)V
         1: .line 47
            return
        end local 2 // java.lang.Number value
        end local 1 // org.apache.commons.math3.exception.util.Localizable specific
        end local 0 // org.apache.commons.math3.exception.NotPositiveException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/commons/math3/exception/NotPositiveException;
            0    2     1  specific  Lorg/apache/commons/math3/exception/util/Localizable;
            0    2     2     value  Ljava/lang/Number;
    MethodParameters:
          Name  Flags
      specific  
      value     
}
SourceFile: "NotPositiveException.java"