public class RunnableExceptionCatcher extends java.lang.Object implements java.lang.Runnable
Constructor and Description |
---|
RunnableExceptionCatcher(java.lang.Runnable runnable)
Construct an instance that will wrap a runnable,
catch its exceptions and report it to the Ptolemy
Message Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Execute the runnable.
|
public RunnableExceptionCatcher(java.lang.Runnable runnable)
runnable
- The runnable.public void run()
run
in interface java.lang.Runnable