class com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted extends com.oracle.truffle.api.exception.AbstractTruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted
  super_class: com.oracle.truffle.api.exception.AbstractTruffleException
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted this
         0: .line 287
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.exception.AbstractTruffleException.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LanguageSPITest$Interrupted;

  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.api.test.polyglot.LanguageSPITest$Interrupted this
         0: .line 291
            getstatic com.oracle.truffle.api.interop.ExceptionType.INTERRUPT:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/LanguageSPITest$Interrupted;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "LanguageSPITest.java"
NestHost: com.oracle.truffle.api.test.polyglot.LanguageSPITest
InnerClasses:
  Interrupted = com.oracle.truffle.api.test.polyglot.LanguageSPITest$Interrupted of com.oracle.truffle.api.test.polyglot.LanguageSPITest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)