public interface RunnableX
Runnable,
except checked exceptions may be thrown.| Abstract Method | |
|---|---|
void |
run()
Like
Runnable.run(), except checked exceptions may be thrown. |
void run() throws Exception
Runnable.run(), except checked exceptions may be thrown.Exception