public class org.apache.commons.math3.exception.MathInternalError extends org.apache.commons.math3.exception.MathIllegalStateException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.exception.MathInternalError
super_class: org.apache.commons.math3.exception.MathIllegalStateException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -6276776513966934846
private static final java.lang.String REPORT_URL;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "https://issues.apache.org/jira/browse/MATH"
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:()V
1: aload 0
invokevirtual org.apache.commons.math3.exception.MathInternalError.getContext:()Lorg/apache/commons/math3/exception/util/ExceptionContext;
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.INTERNAL_ERROR:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
iconst_1
anewarray java.lang.Object
dup
iconst_0
ldc "https://issues.apache.org/jira/browse/MATH"
aastore
invokevirtual org.apache.commons.math3.exception.util.ExceptionContext.addMessage:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/exception/MathInternalError;
public void <init>(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.INTERNAL_ERROR:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
iconst_1
anewarray java.lang.Object
dup
iconst_0
ldc "https://issues.apache.org/jira/browse/MATH"
aastore
invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Ljava/lang/Throwable;Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/exception/MathInternalError;
0 2 1 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
cause final
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=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)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/MathInternalError;
0 2 1 pattern Lorg/apache/commons/math3/exception/util/Localizable;
0 2 2 args [Ljava/lang/Object;
MethodParameters:
Name Flags
pattern
args
}
SourceFile: "MathInternalError.java"