public interface com.google.common.eventbus.SubscriberExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.eventbus.SubscriberExceptionHandler
  super_class: java.lang.Object
{
  public abstract void handleException(java.lang.Throwable, com.google.common.eventbus.SubscriberExceptionContext);
    descriptor: (Ljava/lang/Throwable;Lcom/google/common/eventbus/SubscriberExceptionContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      exception  
      context    
}
SourceFile: "SubscriberExceptionHandler.java"