|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.utilities.ExceptionRunnable
public abstract class ExceptionRunnable
ExceptionRunnable is an extension runnable class that allows exception to be thrown.
Constructor Summary | |
---|---|
ExceptionRunnable()
|
Method Summary | |
---|---|
void |
run()
(non-JSDoc) |
abstract void |
runAndThrow()
run the desired actions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionRunnable()
Method Detail |
---|
public abstract void runAndThrow() throws java.lang.Exception
java.lang.Exception
- any exceptions that is encountered during the executionpublic void run()
run
in interface java.lang.Runnable
Runnable.run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |