EXTYPE - Exception type to be thrownpublic interface IThrowingRunnable<EXTYPE extends Throwable>
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 © 2014–2015 Philip Helger. All rights reserved.