Package org.apache.skywalking.apm.util
Class RunnableWithExceptionProtection
java.lang.Object
org.apache.skywalking.apm.util.RunnableWithExceptionProtection
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
ConstructorsConstructorDescriptionRunnableWithExceptionProtection(Runnable run, RunnableWithExceptionProtection.CallbackWhenException callback) -
Method Summary
-
Constructor Details
-
RunnableWithExceptionProtection
public RunnableWithExceptionProtection(Runnable run, RunnableWithExceptionProtection.CallbackWhenException callback)
-
-
Method Details