82 lines
1.7 KiB
Smali
82 lines
1.7 KiB
Smali
.class public final Lio/reactivex/exceptions/a;
|
|
.super Ljava/lang/Object;
|
|
.source "Exceptions.java"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 2
|
|
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 a(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 1
|
|
invoke-static {p0}, Lio/reactivex/internal/util/ExceptionHelper;->f(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
|
|
|
|
move-result-object p0
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method public static b(Ljava/lang/Throwable;)V
|
|
.locals 1
|
|
.param p0 # Ljava/lang/Throwable;
|
|
.annotation build Lio/reactivex/annotations/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
instance-of v0, p0, Ljava/lang/VirtualMachineError;
|
|
|
|
if-nez v0, :cond_2
|
|
|
|
.line 2
|
|
instance-of v0, p0, Ljava/lang/ThreadDeath;
|
|
|
|
if-nez v0, :cond_1
|
|
|
|
.line 3
|
|
instance-of v0, p0, Ljava/lang/LinkageError;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 4
|
|
:cond_0
|
|
check-cast p0, Ljava/lang/LinkageError;
|
|
|
|
throw p0
|
|
|
|
.line 5
|
|
:cond_1
|
|
check-cast p0, Ljava/lang/ThreadDeath;
|
|
|
|
throw p0
|
|
|
|
.line 6
|
|
:cond_2
|
|
check-cast p0, Ljava/lang/VirtualMachineError;
|
|
|
|
throw p0
|
|
.end method
|