final class com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper
  super_class: java.lang.Object
{
  final java.lang.RuntimeException delegate;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.RuntimeException);
    descriptor: (Ljava/lang/RuntimeException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper this
        start local 1 // java.lang.RuntimeException delegate
         0: .line 1953
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1954
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper.delegate:Ljava/lang/RuntimeException;
         2: .line 1955
            return
        end local 1 // java.lang.RuntimeException delegate
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$ExceptionWrapper;
            0    3     1  delegate  Ljava/lang/RuntimeException;
    MethodParameters:
          Name  Flags
      delegate  

  boolean isException();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper this
         0: .line 1960
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$ExceptionWrapper;
    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.api.test.polyglot.ValueAPITest$ExceptionWrapper this
         0: .line 1965
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper.delegate:Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ValueAPITest$ExceptionWrapper;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ValueAPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.ValueAPITest
InnerClasses:
  final ExceptionWrapper = com.oracle.truffle.api.test.polyglot.ValueAPITest$ExceptionWrapper of com.oracle.truffle.api.test.polyglot.ValueAPITest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)