public class org.apache.commons.math3.exception.NotStrictlyPositiveException 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.NotStrictlyPositiveException
super_class: org.apache.commons.math3.exception.NumberIsTooSmallException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7824848630829852237
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.NotStrictlyPositiveException this
start local 1 // java.lang.Number value
0: .line 37
aload 0 /* this */
aload 1 /* value */
getstatic org.apache.commons.math3.exception.NotStrictlyPositiveException.INTEGER_ZERO:Ljava/lang/Integer;
iconst_0
invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
1: .line 38
return
end local 1 // java.lang.Number value
end local 0 // org.apache.commons.math3.exception.NotStrictlyPositiveException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/NotStrictlyPositiveException;
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.NotStrictlyPositiveException this
start local 1 // org.apache.commons.math3.exception.util.Localizable specific
start local 2 // java.lang.Number value
0: .line 47
aload 0 /* this */
aload 1 /* specific */
aload 2 /* value */
getstatic org.apache.commons.math3.exception.NotStrictlyPositiveException.INTEGER_ZERO:Ljava/lang/Integer;
iconst_0
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 48
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.NotStrictlyPositiveException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/NotStrictlyPositiveException;
0 2 1 specific Lorg/apache/commons/math3/exception/util/Localizable;
0 2 2 value Ljava/lang/Number;
MethodParameters:
Name Flags
specific
value
}
SourceFile: "NotStrictlyPositiveException.java"