34 lines
819 B
Smali
34 lines
819 B
Smali
.class Lcom/google/flatbuffers/Utf8Safe$UnpairedSurrogateException;
|
|
.super Ljava/lang/IllegalArgumentException;
|
|
.source "Utf8Safe.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/flatbuffers/Utf8Safe;
|
|
.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
|