Package net.runelite.client.util
Class CallableExceptionLogger<V>
- java.lang.Object
-
- net.runelite.client.util.CallableExceptionLogger<V>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<V>
public class CallableExceptionLogger<V> extends java.lang.Object implements java.util.concurrent.Callable<V>
-
-
Constructor Summary
Constructors Constructor Description CallableExceptionLogger(java.util.concurrent.Callable<V> callable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Vcall()static <V> CallableExceptionLogger<V>wrap(java.util.concurrent.Callable<V> callable)
-
-
-
Constructor Detail
-
CallableExceptionLogger
public CallableExceptionLogger(java.util.concurrent.Callable<V> callable)
-
-
Method Detail
-
call
public V call() throws java.lang.Exception
- Specified by:
callin interfacejava.util.concurrent.Callable<V>- Throws:
java.lang.Exception
-
wrap
public static <V> CallableExceptionLogger<V> wrap(java.util.concurrent.Callable<V> callable)
-
-