final class com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException extends java.lang.RuntimeException implements com.oracle.truffle.api.TruffleException, 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$LegacyCatchableException
  super_class: java.lang.RuntimeException
{
  private final com.oracle.truffle.api.nodes.Node location;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Object exeptionObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, com.oracle.truffle.api.nodes.Node);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
        start local 1 // java.lang.String message
        start local 2 // com.oracle.truffle.api.nodes.Node location
         0: .line 186
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 187
            aload 0 /* this */
            aload 2 /* location */
            putfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.location:Lcom/oracle/truffle/api/nodes/Node;
         2: .line 188
            return
        end local 2 // com.oracle.truffle.api.nodes.Node location
        end local 1 // java.lang.String message
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LegacyCatchableException;
            0    3     1   message  Ljava/lang/String;
            0    3     2  location  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
          Name  Flags
      message   
      location  

  void setExceptionObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
        start local 1 // java.lang.Object exeptionObject
         0: .line 191
            aload 0 /* this */
            aload 1 /* exeptionObject */
            putfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.exeptionObject:Ljava/lang/Object;
         1: .line 192
            return
        end local 1 // java.lang.Object exeptionObject
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LegacyCatchableException;
            0    2     1  exeptionObject  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      exeptionObject  

  public com.oracle.truffle.api.nodes.Node getLocation();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
         0: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.location:Lcom/oracle/truffle/api/nodes/Node;
            areturn
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LegacyCatchableException;

  public java.lang.Object getExceptionObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
         0: .line 201
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException.exeptionObject:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/LegacyTruffleExceptionTest$LegacyCatchableException;
}
SourceFile: "LegacyTruffleExceptionTest.java"
NestHost: com.oracle.truffle.api.test.LegacyTruffleExceptionTest
InnerClasses:
  final LegacyCatchableException = com.oracle.truffle.api.test.LegacyTruffleExceptionTest$LegacyCatchableException of com.oracle.truffle.api.test.LegacyTruffleExceptionTest