@FunctionalInterface public interface CheckedRunnable extends Runnable
| Modifier and Type | Method and Description |
|---|---|
default void |
handleException(Throwable throwable)
Handles the
throwable |
default void |
run() |
void |
runChecked()
Executes an unsafe operation
|
default void handleException(Throwable throwable)
throwablethrowable - the error that was catchedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.