JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.awaitility.core
Interface ThrowingRunnable
public interface
ThrowingRunnable
This interface replaces
Runnable
in cases when execution of
run()
method may throw exception.
Useful for capturing lambdas that throw exceptions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
()
Method Details
run
void
run
() throws
Throwable
Throws:
Throwable
- The exception that may be thrown
See Also:
Runnable.run()