E - the type of exception which may be thrownpublic interface ThrowingRunnable<E extends java.lang.Exception>
Runnable but parameterized over an exception type which is allowed
to be thrown by run().| Modifier and Type | Method and Description |
|---|---|
void |
run() |