Class WrappedRunnable
- java.lang.Object
-
- org.apache.iotdb.commons.concurrent.WrappedRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
public abstract class WrappedRunnable extends java.lang.Object implements java.lang.RunnableA wrapper forRunnablelogging errors when uncaught exception is thrown.
-
-
Constructor Summary
Constructors Constructor Description WrappedRunnable()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidrun()abstract voidrunMayThrow()static java.lang.Runnablewrap(java.lang.Runnable runnable)
-