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