|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
EX - The throwable type that run() may throwpublic interface RunnableWhichThrows<EX extends java.lang.Exception>
Like Runnable, but run() is permitted to throw exception EX.
RunnableWhichThrows<thrown-exception>, but always
RunnableWhichThrows<? extends thrown-exception>.
| Method Summary | |
|---|---|
void |
run()
"To run" an instance means to call this method and wait until it returns. |
| Method Detail |
|---|
void run()
throws EX extends java.lang.Exception
EX extends java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||