Package org.eclipse.epsilon.picto
Class RunnableWithException
- java.lang.Object
-
- org.eclipse.epsilon.picto.RunnableWithException
-
-
Constructor Summary
Constructors Constructor Description RunnableWithException()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Exception
getException()
void
run()
abstract void
runWithException()
-
-
-
Field Detail
-
exception
protected Exception exception
-
-