public interface org.eclipse.core.runtime.ISafeRunnable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.core.runtime.ISafeRunnable
  super_class: java.lang.Object
{
  public abstract void run();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  public void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.core.runtime.ISafeRunnable this
        start local 1 // java.lang.Throwable exception
         0: .line 58
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // org.eclipse.core.runtime.ISafeRunnable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/core/runtime/ISafeRunnable;
            0    1     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "ISafeRunnable.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()