apkfuckery/com.discord/smali_classes2/org/objectweb/asm/ClassTooLargeException.smali

34 lines
904 B
Smali

.class public final Lorg/objectweb/asm/ClassTooLargeException;
.super Ljava/lang/IndexOutOfBoundsException;
.source "ClassTooLargeException.java"
# static fields
.field public static final serialVersionUID:J = 0x23af9fecf3bf67dL
# instance fields
.field public final className:Ljava/lang/String;
.field public final constantPoolCount:I
# direct methods
.method public constructor <init>(Ljava/lang/String;I)V
.locals 1
const-string v0, "Class too large: "
invoke-static {v0, p1}, Lf/e/c/a/a;->q(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
invoke-direct {p0, v0}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
iput-object p1, p0, Lorg/objectweb/asm/ClassTooLargeException;->className:Ljava/lang/String;
iput p2, p0, Lorg/objectweb/asm/ClassTooLargeException;->constantPoolCount:I
return-void
.end method