Package net.runelite.client.util
Class RunnableExceptionLogger
- java.lang.Object
-
- net.runelite.client.util.RunnableExceptionLogger
-
-
Constructor Summary
Constructors Constructor Description RunnableExceptionLogger(Runnable runnable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
static RunnableExceptionLogger
wrap(Runnable runnable)
-
-
-
Constructor Detail
-
RunnableExceptionLogger
public RunnableExceptionLogger(Runnable runnable)
-
-
Method Detail
-
wrap
public static RunnableExceptionLogger wrap(Runnable runnable)
-
-