Package io.opentelemetry.sdk.internal
Class ThrowableUtil
- java.lang.Object
-
- io.opentelemetry.sdk.internal.ThrowableUtil
-
public final class ThrowableUtil extends java.lang.Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowableUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
propagateIfFatal(java.lang.Throwable t)
Throw theThrowable
if fatal.
-