MalformedJsonException.smali 951 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .class public final Lcom/google/gson/stream/MalformedJsonException;
  2. .super Ljava/io/IOException;
  3. .source ""
  4. # static fields
  5. .field private static final serialVersionUID:J = 0x1L
  6. # direct methods
  7. .method public constructor <init>(Ljava/lang/String;)V
  8. .locals 0
  9. invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
  10. return-void
  11. .end method
  12. .method public constructor <init>(Ljava/lang/String;Ljava/lang/Throwable;)V
  13. .locals 0
  14. invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
  15. invoke-virtual {p0, p2}, Ljava/io/IOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
  16. return-void
  17. .end method
  18. .method public constructor <init>(Ljava/lang/Throwable;)V
  19. .locals 0
  20. invoke-direct {p0}, Ljava/io/IOException;-><init>()V
  21. invoke-virtual {p0, p1}, Ljava/io/IOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
  22. return-void
  23. .end method