Package org.processmining.contexts.cli
Class PromTestException.WrappedException
- java.lang.Object
-
- org.processmining.contexts.cli.PromTestException.WrappedException
-
- Enclosing class:
- PromTestException
protected static class PromTestException.WrappedException extends java.lang.ObjectAssociates a test case to a thrown exception that occurred during its execution.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.reflect.Methodtestprotected java.lang.StringtestScriptprotected java.lang.Throwablethrown
-
Constructor Summary
Constructors Constructor Description WrappedException(java.lang.reflect.Method test, java.lang.Throwable thrown)WrappedException(java.lang.String testScript, java.lang.Throwable thrown)
-