CompositeException$CompositeExceptionCausalChain.smali 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .class final Lio/reactivex/exceptions/CompositeException$CompositeExceptionCausalChain;
  2. .super Ljava/lang/RuntimeException;
  3. .source "CompositeException.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lio/reactivex/exceptions/CompositeException;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x18
  10. name = "CompositeExceptionCausalChain"
  11. .end annotation
  12. # static fields
  13. .field static final MESSAGE:Ljava/lang/String; = "Chain of Causes for CompositeException In Order Received =>"
  14. .field private static final serialVersionUID:J = 0x35c7853e403cebd2L
  15. # direct methods
  16. .method constructor <init>()V
  17. .locals 0
  18. .line 234
  19. invoke-direct {p0}, Ljava/lang/RuntimeException;-><init>()V
  20. return-void
  21. .end method
  22. # virtual methods
  23. .method public getMessage()Ljava/lang/String;
  24. .locals 1
  25. const-string v0, "Chain of Causes for CompositeException In Order Received =>"
  26. return-object v0
  27. .end method