public class RunnableExceptionCatcher
extends java.lang.Object
implements java.lang.Runnable
Green (rodiers) |
Green (rodiers) |
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.
|