Package io.opentelemetry.sdk.internal
Class ThrowableUtil
java.lang.Object
io.opentelemetry.sdk.internal.ThrowableUtil
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ThrowableUtil
private ThrowableUtil()
-
-
Method Details
-
propagateIfFatal
Throw theThrowable
if fatal.Taken from RxJava throwIfFatal, which was taken from scala.
-