Package net.runelite.client.util
Class CallableExceptionLogger<V>
- java.lang.Object
-
- net.runelite.client.util.CallableExceptionLogger<V>
-
-
Constructor Summary
Constructors Constructor Description CallableExceptionLogger(Callable<V> callable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description V
call()
static <V> CallableExceptionLogger<V>
wrap(Callable<V> callable)
-