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 start local 1 0: aload 0
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
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: return
end local 2 end local 1 end local 0 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"