public class org.apache.commons.math3.exception.ZeroException 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.ZeroException
super_class: org.apache.commons.math3.exception.MathIllegalNumberException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1960874856936000015
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.apache.commons.math3.exception.ZeroException this
0: .line 36
aload 0 /* this */
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.ZERO_NOT_ALLOWED:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
iconst_0
anewarray java.lang.Object
invokespecial org.apache.commons.math3.exception.ZeroException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
1: .line 37
return
end local 0 // org.apache.commons.math3.exception.ZeroException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/ZeroException;
public void <init>(org.apache.commons.math3.exception.util.Localizable, java.lang.Object[]);
descriptor: (Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=4, locals=3, args_size=3
start local 0 // org.apache.commons.math3.exception.ZeroException this
start local 1 // org.apache.commons.math3.exception.util.Localizable specific
start local 2 // java.lang.Object[] arguments
0: .line 46
aload 0 /* this */
aload 1 /* specific */
getstatic org.apache.commons.math3.exception.ZeroException.INTEGER_ZERO:Ljava/lang/Integer;
aload 2 /* arguments */
invokespecial org.apache.commons.math3.exception.MathIllegalNumberException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;[Ljava/lang/Object;)V
1: .line 47
return
end local 2 // java.lang.Object[] arguments
end local 1 // org.apache.commons.math3.exception.util.Localizable specific
end local 0 // org.apache.commons.math3.exception.ZeroException this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/ZeroException;
0 2 1 specific Lorg/apache/commons/math3/exception/util/Localizable;
0 2 2 arguments [Ljava/lang/Object;
MethodParameters:
Name Flags
specific
arguments
}
SourceFile: "ZeroException.java"