apkfuckery/com.discord/smali_classes2/rx/exceptions/CompositeException$a.smali

39 lines
813 B
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public final Lrx/exceptions/CompositeException$a;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/RuntimeException;
.source "CompositeException.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-07-08 16:44:49 +00:00
value = Lrx/exceptions/CompositeException;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
# static fields
.field public static final serialVersionUID:J = 0x35c7853e403cebd2L
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
return-void
.end method
# virtual methods
.method public getMessage()Ljava/lang/String;
.locals 1
const-string v0, "Chain of Causes for CompositeException In Order Received =>"
return-object v0
.end method