public class com.google.common.eventbus.SubscriberExceptionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.common.eventbus.SubscriberExceptionContext
  super_class: java.lang.Object
{
  private final com.google.common.eventbus.EventBus eventBus;
    descriptor: Lcom/google/common/eventbus/EventBus;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object event;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object subscriber;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method subscriberMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.google.common.eventbus.EventBus, java.lang.Object, java.lang.Object, java.lang.reflect.Method);
    descriptor: (Lcom/google/common/eventbus/EventBus;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/reflect/Method;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.google.common.eventbus.SubscriberExceptionContext this
        start local 1 // com.google.common.eventbus.EventBus eventBus
        start local 2 // java.lang.Object event
        start local 3 // java.lang.Object subscriber
        start local 4 // java.lang.reflect.Method subscriberMethod
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* eventBus */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.eventbus.EventBus
            putfield com.google.common.eventbus.SubscriberExceptionContext.eventBus:Lcom/google/common/eventbus/EventBus;
         2: .line 42
            aload 0 /* this */
            aload 2 /* event */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield com.google.common.eventbus.SubscriberExceptionContext.event:Ljava/lang/Object;
         3: .line 43
            aload 0 /* this */
            aload 3 /* subscriber */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield com.google.common.eventbus.SubscriberExceptionContext.subscriber:Ljava/lang/Object;
         4: .line 44
            aload 0 /* this */
            aload 4 /* subscriberMethod */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            putfield com.google.common.eventbus.SubscriberExceptionContext.subscriberMethod:Ljava/lang/reflect/Method;
         5: .line 45
            return
        end local 4 // java.lang.reflect.Method subscriberMethod
        end local 3 // java.lang.Object subscriber
        end local 2 // java.lang.Object event
        end local 1 // com.google.common.eventbus.EventBus eventBus
        end local 0 // com.google.common.eventbus.SubscriberExceptionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lcom/google/common/eventbus/SubscriberExceptionContext;
            0    6     1          eventBus  Lcom/google/common/eventbus/EventBus;
            0    6     2             event  Ljava/lang/Object;
            0    6     3        subscriber  Ljava/lang/Object;
            0    6     4  subscriberMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                  Name  Flags
      eventBus          
      event             
      subscriber        
      subscriberMethod  

  public com.google.common.eventbus.EventBus getEventBus();
    descriptor: ()Lcom/google/common/eventbus/EventBus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.SubscriberExceptionContext this
         0: .line 52
            aload 0 /* this */
            getfield com.google.common.eventbus.SubscriberExceptionContext.eventBus:Lcom/google/common/eventbus/EventBus;
            areturn
        end local 0 // com.google.common.eventbus.SubscriberExceptionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/SubscriberExceptionContext;

  public java.lang.Object getEvent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.SubscriberExceptionContext this
         0: .line 57
            aload 0 /* this */
            getfield com.google.common.eventbus.SubscriberExceptionContext.event:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.eventbus.SubscriberExceptionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/SubscriberExceptionContext;

  public java.lang.Object getSubscriber();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.SubscriberExceptionContext this
         0: .line 62
            aload 0 /* this */
            getfield com.google.common.eventbus.SubscriberExceptionContext.subscriber:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.eventbus.SubscriberExceptionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/SubscriberExceptionContext;

  public java.lang.reflect.Method getSubscriberMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.eventbus.SubscriberExceptionContext this
         0: .line 67
            aload 0 /* this */
            getfield com.google.common.eventbus.SubscriberExceptionContext.subscriberMethod:Ljava/lang/reflect/Method;
            areturn
        end local 0 // com.google.common.eventbus.SubscriberExceptionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/eventbus/SubscriberExceptionContext;
}
SourceFile: "SubscriberExceptionContext.java"