EXTYPE - Exception type to be thrown@Immutable @Deprecated public class AdapterRunnableToThrowingRunnable<EXTYPE extends Throwable> extends Object implements IThrowingRunnable<EXTYPE>
Runnable into an
IThrowingRunnable.| Constructor and Description |
|---|
AdapterRunnableToThrowingRunnable(Runnable aRunnable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Runnable |
getRunnable()
Deprecated.
|
void |
run()
Deprecated.
Run it.
|
String |
toString()
Deprecated.
|
public void run()
throws EXTYPE extends Throwable
IThrowingRunnableCopyright © 2014–2016 Philip Helger. All rights reserved.