37 lines
1.0 KiB
Smali
37 lines
1.0 KiB
Smali
.class public final Lorg/greenrobot/eventbus/SubscriberExceptionEvent;
|
|
.super Ljava/lang/Object;
|
|
.source "SubscriberExceptionEvent.java"
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lorg/greenrobot/eventbus/EventBus;
|
|
|
|
.field public final b:Ljava/lang/Throwable;
|
|
|
|
.field public final c:Ljava/lang/Object;
|
|
|
|
.field public final d:Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lorg/greenrobot/eventbus/EventBus;Ljava/lang/Throwable;Ljava/lang/Object;Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 37
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 38
|
|
iput-object p1, p0, Lorg/greenrobot/eventbus/SubscriberExceptionEvent;->a:Lorg/greenrobot/eventbus/EventBus;
|
|
|
|
.line 39
|
|
iput-object p2, p0, Lorg/greenrobot/eventbus/SubscriberExceptionEvent;->b:Ljava/lang/Throwable;
|
|
|
|
.line 40
|
|
iput-object p3, p0, Lorg/greenrobot/eventbus/SubscriberExceptionEvent;->c:Ljava/lang/Object;
|
|
|
|
.line 41
|
|
iput-object p4, p0, Lorg/greenrobot/eventbus/SubscriberExceptionEvent;->d:Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|