public class com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest;

  public void testDefault1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDefault1NodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDefault2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tDefault2NodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "CheckedExceptionTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default2Node  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error1Node  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error2Node  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error3Node  com.oracle.truffle.api.dsl.test.CheckedExceptionTest$ExceptionTestNode
InnerClasses:
  CheckedException = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Default1Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Default2Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default2Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Error1Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error1Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Error2Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error2Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Error3Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error3Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract ExceptionTestNode = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$ExceptionTestNode of com.oracle.truffle.api.dsl.test.CheckedExceptionTest