public class org.apache.commons.math3.exception.NotANumberException extends org.apache.commons.math3.exception.MathIllegalNumberException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.exception.NotANumberException
super_class: org.apache.commons.math3.exception.MathIllegalNumberException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 20120906
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // org.apache.commons.math3.exception.NotANumberException this
0: .line 34
aload 0 /* this */
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NAN_NOT_ALLOWED:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
ldc NaN
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
iconst_0
anewarray java.lang.Object
invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
1: .line 35
return
end local 0 // org.apache.commons.math3.exception.NotANumberException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/NotANumberException;
}
SourceFile: "NotANumberException.java"