final class com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject 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.LegacyTruffleExceptionTest$LangObject
  super_class: java.lang.Object
{
  private final java.lang.Throwable exception;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
        start local 1 // java.lang.Throwable exception
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 154
            aload 0 /* this */
            aload 1 /* exception */
            putfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.exception:Ljava/lang/Throwable;
         2: .line 155
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LangObject;
            0    3     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  

  public boolean isException();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
         0: .line 159
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.exception:Ljava/lang/Throwable;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LangObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public com.oracle.truffle.api.interop.ExceptionType getExceptionType();
    descriptor: ()Lcom/oracle/truffle/api/interop/ExceptionType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
         0: .line 164
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.exception:Ljava/lang/Throwable;
            ifnonnull 2
         1: .line 165
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         2: .line 167
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.interop.ExceptionType.RUNTIME_ERROR:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LangObject;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  public java.lang.RuntimeException throwException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
         0: .line 172
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.exception:Ljava/lang/Throwable;
            ifnonnull 2
         1: .line 173
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         2: .line 175
      StackMap locals:
      StackMap stack:
            ldc Ljava/lang/RuntimeException;
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject.exception:Ljava/lang/Throwable;
            invokestatic com.oracle.truffle.api.test.TruffleExceptionTest.sthrow:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            athrow
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LangObject;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "LegacyTruffleExceptionTest.java"
NestHost: com.oracle.truffle.api.test.LegacyTruffleExceptionTest
InnerClasses:
  final LangObject = com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LangObject of com.oracle.truffle.api.test.LegacyTruffleExceptionTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)