Package net.runelite.client.util
Class RunnableExceptionLogger
- java.lang.Object
-
- net.runelite.client.util.RunnableExceptionLogger
-
- All Implemented Interfaces:
java.lang.Runnable
public class RunnableExceptionLogger extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description RunnableExceptionLogger(java.lang.Runnable runnable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()static RunnableExceptionLoggerwrap(java.lang.Runnable runnable)
-
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
wrap
public static RunnableExceptionLogger wrap(java.lang.Runnable runnable)
-
-