Package io.opentelemetry.sdk.internal
Class ThrowableUtil
- java.lang.Object
-
- io.opentelemetry.sdk.internal.ThrowableUtil
-
public final class ThrowableUtil extends java.lang.ObjectThis 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 privateThrowableUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpropagateIfFatal(java.lang.Throwable t)Throw theThrowableif fatal.
-