yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
737 stars 163 forks source link

Implementation of an analogue for ExceptionUtils.getRootCause #1728

Open PeJetuz opened 2 weeks ago

PeJetuz commented 2 weeks ago

@yegor256 Please review. Implementation of https://github.com/yegor256/cactoos/issues/1715 Missing analog for ExceptionUtils:

The most useful thing to get rootCause Exception. https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/exception/ExceptionUtils.html

yegor256 commented 2 weeks ago

@victornoel WDYT?