Package org.eclipse.epsilon.eol.execute
Class StackTraceManager
java.lang.Object
org.eclipse.epsilon.eol.execute.StackTraceManager
- Since:
- 1.6 Doesn't implement IExecutionListener to prevent misuse.
Not extensible - add an
IExecutionListener
toExecutorFactory
if you want to add functionality.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispose()
boolean
int
hashCode()
void
printStackTrace
(PrintStream stream) void
printStackTrace
(PrintWriter writer) protected String
toString
(ModuleElement ast)
-
Constructor Details
-
StackTraceManager
public StackTraceManager()
-
-
Method Details