ExceptionUtils

Functions

Link copied to clipboard
Link copied to clipboard
open fun isTerminalException(throwable: Throwable): Boolean
Link copied to clipboard
open fun <E : Throwable?> sneakyThrow(e: Throwable)
Link copied to clipboard
Unwrap the CompletionException/ExecutionException wrappers introduced by the java.util.concurrent.CompletableFuture machinery, returning the underlying cause.