public final class com.oracle.truffle.llvm.runtime.LLVMUnsupportedException 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.LLVMUnsupportedException
  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: 1

  public void <init>(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
        start local 1 // com.oracle.truffle.api.nodes.Node location
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
         0: .line 68
            aload 0 /* this */
            aload 1 /* location */
            aload 2 /* reason */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason.getDescription:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
         1: .line 69
            return
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException;
            0    2     1  location  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2    reason  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;
    MethodParameters:
          Name  Flags
      location  
      reason    

  public void <init>(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
        start local 1 // com.oracle.truffle.api.nodes.Node location
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
        start local 3 // java.lang.String details
         0: .line 72
            aload 0 /* this */
            aload 1 /* location */
            new java.lang.StringBuilder
            dup
            aload 2 /* reason */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason.getDescription:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* details */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
         1: .line 73
            return
        end local 3 // java.lang.String details
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException;
            0    2     1  location  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2    reason  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;
            0    2     3   details  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      location  
      reason    
      details   

  public void <init>(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
        start local 1 // com.oracle.truffle.api.nodes.Node location
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
        start local 3 // java.lang.Throwable cause
         0: .line 76
            aload 0 /* this */
            aload 1 /* location */
            new java.lang.StringBuilder
            dup
            aload 2 /* reason */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason.getDescription:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* 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 77
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason reason
        end local 1 // com.oracle.truffle.api.nodes.Node location
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMUnsupportedException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException;
            0    2     1  location  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2    reason  Lcom/oracle/truffle/llvm/runtime/LLVMUnsupportedException$UnsupportedReason;
            0    2     3     cause  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      location  
      reason    
      cause     
}
SourceFile: "LLVMUnsupportedException.java"
NestMembers:
  com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason
InnerClasses:
  public final UnsupportedReason = com.oracle.truffle.llvm.runtime.LLVMUnsupportedException$UnsupportedReason of com.oracle.truffle.llvm.runtime.LLVMUnsupportedException