public class com.oracle.truffle.llvm.runtime.except.LLVMAllocationFailureException extends com.oracle.truffle.llvm.runtime.except.LLVMException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.except.LLVMAllocationFailureException
  super_class: com.oracle.truffle.llvm.runtime.except.LLVMException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7961190942838521293

  public void <init>(com.oracle.truffle.api.nodes.Node, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMAllocationFailureException this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // java.lang.Throwable cause
         0: .line 42
            aload 0 /* this */
            aload 1 /* node */
            aload 2 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            aload 2 /* cause */
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 43
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMAllocationFailureException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/llvm/runtime/except/LLVMAllocationFailureException;
            0    2     1   node  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      node   
      cause  
}
SourceFile: "LLVMAllocationFailureException.java"