OnErrorNotImplementedException.smali
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.class public final Lio/reactivex/exceptions/OnErrorNotImplementedException;
.super Ljava/lang/RuntimeException;
.source "OnErrorNotImplementedException.java"
# annotations
.annotation build Lio/reactivex/annotations/Beta;
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x576a0913e5716a6cL
# direct methods
.method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 0
.param p2 # Ljava/lang/Throwable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
if-eqz p2, :cond_0
goto :goto_0
.line 40
:cond_0
new-instance p2, Ljava/lang/NullPointerException;
invoke-direct {p2}, Ljava/lang/NullPointerException;-><init>()V
:goto_0
invoke-direct {p0, p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method
.method public constructor <init>(Ljava/lang/Throwable;)V
.locals 1
.param p1 # Ljava/lang/Throwable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
if-eqz p1, :cond_0
.line 52
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
if-eqz p1, :cond_1
goto :goto_1
:cond_1
new-instance p1, Ljava/lang/NullPointerException;
invoke-direct {p1}, Ljava/lang/NullPointerException;-><init>()V
:goto_1
invoke-direct {p0, v0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
return-void
.end method