E
- the exception type@FunctionalInterface
public interface ThrowingRunnable<E extends java.lang.Exception>
Runnable
.
Difference is, that it allows the run() method to throw a defined
Exception
.Modifier and Type | Method and Description |
---|---|
void |
run() |