Exceptions.smali
1.7 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
73
74
75
76
77
78
79
80
81
.class public final Lio/reactivex/exceptions/Exceptions;
.super Ljava/lang/Object;
.source "Exceptions.java"
# direct methods
.method private constructor <init>()V
.locals 2
.line 26
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 27
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "No instances!"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static propagate(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
.locals 0
.param p0 # Ljava/lang/Throwable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.line 46
invoke-static {p0}, Lio/reactivex/internal/util/ExceptionHelper;->wrapOrThrow(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
move-result-object p0
throw p0
.end method
.method public static throwIfFatal(Ljava/lang/Throwable;)V
.locals 1
.param p0 # Ljava/lang/Throwable;
.annotation build Lio/reactivex/annotations/NonNull;
.end annotation
.end param
.line 68
instance-of v0, p0, Ljava/lang/VirtualMachineError;
if-nez v0, :cond_2
.line 70
instance-of v0, p0, Ljava/lang/ThreadDeath;
if-nez v0, :cond_1
.line 72
instance-of v0, p0, Ljava/lang/LinkageError;
if-nez v0, :cond_0
return-void
.line 73
:cond_0
check-cast p0, Ljava/lang/LinkageError;
throw p0
.line 71
:cond_1
check-cast p0, Ljava/lang/ThreadDeath;
throw p0
.line 69
:cond_2
check-cast p0, Ljava/lang/VirtualMachineError;
throw p0
.end method