public class org.graalvm.compiler.nodeinfo.processor.ElementException extends java.lang.RuntimeException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.nodeinfo.processor.ElementException
super_class: java.lang.RuntimeException
{
public final Element element;
descriptor: LElement;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(Element, java.lang.String, java.lang.Object[]);
descriptor: (LElement;Ljava/lang/String;[Ljava/lang/Object;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.lang cannot be resolved\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/nodeinfo/processor/ElementException;
MethodParameters:
Name Flags
element
format
args
}
SourceFile: "ElementException.java"