foldright / cffu

🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
https://github.com/foldright/cffu
Apache License 2.0
156 stars 21 forks source link

`CompletableFutureUtils` provides the biz exception extraction method #187

Closed oldratlee closed 2 months ago

oldratlee commented 2 months ago

provide unwrapCfException method to unwrap CF exception to the biz exception.

more info see the method extractRealException at article 4.3.1 异常处理.