JsonParseException.smali 806 B

123456789101112131415161718192021222324252627282930313233
  1. .class public Lcom/google/gson/JsonParseException;
  2. .super Ljava/lang/RuntimeException;
  3. .source ""
  4. # static fields
  5. .field static final serialVersionUID:J = -0x38b6fb4247878edeL
  6. # direct methods
  7. .method public constructor <init>(Ljava/lang/String;)V
  8. .locals 0
  9. invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><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, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
  15. return-void
  16. .end method
  17. .method public constructor <init>(Ljava/lang/Throwable;)V
  18. .locals 0
  19. invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
  20. return-void
  21. .end method