- All Implemented Interfaces:
Runnable
public abstract class RunnableWithException
extends Object
implements Runnable
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
RunnableWithException
public RunnableWithException()
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable
-
runWithException
public abstract void runWithException()
throws
Exception
- Throws:
Exception
-