public abstract class ThrowableAwareRunnable extends Object implements Runnable
ThrowableAwareRunnable()
protected abstract void
doRun()
Throwable
getThrowable()
boolean
hasException()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThrowableAwareRunnable()
public Throwable getThrowable()
public boolean hasException()
public void run()
run
Runnable
protected abstract void doRun() throws Exception
Exception