public final class com.oracle.truffle.llvm.runtime.except.LLVMUserException extends com.oracle.truffle.llvm.runtime.except.LLVMException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.except.LLVMUserException
  super_class: com.oracle.truffle.llvm.runtime.except.LLVMException
{
  public static final java.lang.String FRAME_SLOT_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "<function exception value>"

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final com.oracle.truffle.llvm.runtime.pointer.LLVMPointer unwindHeader;
    descriptor: Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    flags: (0x0010) ACC_FINAL

  public void <init>(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.llvm.runtime.pointer.LLVMPointer);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
        start local 1 // com.oracle.truffle.api.nodes.Node location
        start local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer unwindHeader
         0: .line 53
            aload 0 /* this */
            aload 1 /* location */
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;)V
         1: .line 54
            aload 0 /* this */
            aload 2 /* unwindHeader */
            putfield com.oracle.truffle.llvm.runtime.except.LLVMUserException.unwindHeader:Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
         2: .line 55
            return
        end local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer unwindHeader
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
            0    3     1      location  Lcom/oracle/truffle/api/nodes/Node;
            0    3     2  unwindHeader  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    MethodParameters:
              Name  Flags
      location      
      unwindHeader  

  public com.oracle.truffle.llvm.runtime.pointer.LLVMPointer getUnwindHeader();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.except.LLVMUserException.unwindHeader:Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 63
            new java.lang.StringBuilder
            dup
            ldc "LLVMException:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.except.LLVMUserException.unwindHeader:Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;

  boolean isException();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 69
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.RuntimeException throwException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 74
            aload 0 /* this */
            athrow
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  com.oracle.truffle.api.interop.ExceptionType getExceptionType();
    descriptor: ()Lcom/oracle/truffle/api/interop/ExceptionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 80
            getstatic com.oracle.truffle.api.interop.ExceptionType.RUNTIME_ERROR:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasExceptionMessage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 86
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.String getExceptionMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
         0: .line 92
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.runtime.except.LLVMUserException.getMessage:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.except.LLVMUserException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/except/LLVMUserException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "LLVMUserException.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, delegateTo = "unwindHeader")