Class ForkClient.ExitErrorEventListener
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.output.ForkClient.ExitErrorEventListener
-
- All Implemented Interfaces:
ForkedProcessExitErrorListener
- Enclosing class:
- ForkClient
private final class ForkClient.ExitErrorEventListener extends java.lang.Object implements ForkedProcessExitErrorListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ExitErrorEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(StackTraceWriter stackTrace)
-
-
-
Method Detail
-
handle
public void handle(StackTraceWriter stackTrace)
- Specified by:
handle
in interfaceForkedProcessExitErrorListener
-
-