29 lines
716 B
Smali
29 lines
716 B
Smali
.class public Landroidx/core/net/ParseException;
|
|
.super Ljava/lang/RuntimeException;
|
|
.source "ParseException.java"
|
|
|
|
|
|
# instance fields
|
|
.field public final response:Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;)V
|
|
.locals 0
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 2
|
|
iput-object p1, p0, Landroidx/core/net/ParseException;->response:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|