public abstract class ThrowableAwareRunnable
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
ThrowableAwareRunnable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doRun() |
java.lang.Throwable |
getThrowable() |
boolean |
hasException() |
void |
run() |