tmap/smali_classes3/com/google/flatbuffers/Utf8$UnpairedSurrogateException.smali
2022-06-10 21:38:30 +09:00

34 lines
807 B
Smali

.class Lcom/google/flatbuffers/Utf8$UnpairedSurrogateException;
.super Ljava/lang/IllegalArgumentException;
.source "Utf8.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/flatbuffers/Utf8;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "UnpairedSurrogateException"
.end annotation
# direct methods
.method public constructor <init>(II)V
.locals 2
const-string v0, "Unpaired surrogate at index "
const-string v1, " of "
.line 1
invoke-static {v0, p1, v1, p2}, Lc3/d;->a(Ljava/lang/String;ILjava/lang/String;I)Ljava/lang/String;
move-result-object p1
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
return-void
.end method