12345678910111213141516171819202122232425262728293031323334353637 |
- .class public final Lcom/google/gson/stream/MalformedJsonException;
- .super Ljava/io/IOException;
- .source ""
- # static fields
- .field private static final serialVersionUID:J = 0x1L
- # direct methods
- .method public constructor <init>(Ljava/lang/String;)V
- .locals 0
- invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
- return-void
- .end method
- .method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
- .locals 0
- invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
- invoke-virtual {p0, p2}, Ljava/io/IOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
- return-void
- .end method
- .method public constructor <init>(Ljava/lang/Throwable;)V
- .locals 0
- invoke-direct {p0}, Ljava/io/IOException;-><init>()V
- invoke-virtual {p0, p1}, Ljava/io/IOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
- return-void
- .end method
|