public interface IThrowingRunnable
Runnable but may throw
an exception on its execution.Runnable directly, as
derived interfaces are not allowed to add exception specifications.| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run it.
|
Copyright © 2006–2015 phloc systems. All rights reserved.