- Type Parameters:
E- type of exception thrown
- Enclosing interface:
RunOrThrow
public static interface RunOrThrow.RoT<E extends Exception>
A Runnable which may throw any type of
Exception.-
Method Summary
-
Method Details
-
run
void run() throws E- Throws:
E
-