E - checked exception thrown by the method@FunctionalInterface public interface ThrowingRunnable<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Do the action, or throws an exception if unable to do so.
|
Copyright © 2018 WSO2. All rights reserved.