public interface org.junit.jupiter.api.extension.TestExecutionExceptionHandler extends org.junit.jupiter.api.extension.Extension
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.junit.jupiter.api.extension.TestExecutionExceptionHandler
  super_class: java.lang.Object
{
  public abstract void handleTestExecutionException(org.junit.jupiter.api.extension.ExtensionContext, java.lang.Throwable);
    descriptor: (Lorg/junit/jupiter/api/extension/ExtensionContext;Ljava/lang/Throwable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
           Name  Flags
      context    
      throwable  
}
SourceFile: "TestExecutionExceptionHandler.java"
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.STABLE:Lorg/apiguardian/api/API$Status;, since = "5.0")