You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NullPointerException
at rx.exceptions.CompositeException.getCause(CompositeException.java:126)
at Test.main(Test.java:18)
The text was updated successfully, but these errors were encountered:
Any help on what should be the expected behaviour for getCause so I can propose a fix? The test doesn't really show what's the contract for CompositeException#getCause.
The following example throws a NPE
The stacktrace is the following:
The text was updated successfully, but these errors were encountered: