Class DumpErrorSingleton
java.lang.Object
org.apache.maven.surefire.api.booter.DumpErrorSingleton
Dumps lost commands and caused exceptions in forked JVM. 
Fail-safe.
Fail-safe.
- Since:
 - 2.20
 - Author:
 - Tibor Digana (tibor17)
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiondumpException(Throwable t, String msg) dumpStreamException(Throwable t, String msg) dumpStreamText(String msg) static DumpErrorSingletonvoid 
- 
Field Details
- 
DUMP_FILE_EXT
- See Also:
 
 - 
DUMPSTREAM_FILE_EXT
- See Also:
 
 
 - 
 - 
Method Details
- 
getSingleton
 - 
init
 - 
dumpException
 - 
dumpException
 - 
dumpText
 - 
dumpStreamException
 - 
dumpStreamException
 - 
dumpStreamText
 - 
getCommandStreamBinaryFile
 
 -