Package org.apache.maven.surefire.booter
Class SurefireBooterForkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.surefire.booter.SurefireBooterForkException
-
- All Implemented Interfaces:
java.io.Serializable
public class SurefireBooterForkException extends java.lang.Exception
Encapsulates exceptions thrown during Surefire forking.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SurefireBooterForkException(java.lang.String msg)
SurefireBooterForkException(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
SurefireBooterForkException(java.lang.String message, java.lang.Throwable cause)
SurefireBooterForkException(java.lang.String message, RunResult runResult)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
toNewLines(java.lang.String... messages)
private static java.lang.String
toString(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
private static java.lang.String
toString(RunResult runResult)
-
-
-
Constructor Detail
-
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String message, RunResult runResult)
-
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
-
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String message, java.lang.Throwable cause)
-
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String msg)
-
-
Method Detail
-
toString
private static java.lang.String toString(java.lang.String message, java.lang.String rethrownMessage, java.lang.Throwable rethrownCause, RunResult runResult)
-
toString
private static java.lang.String toString(RunResult runResult)
-
toNewLines
private static java.lang.String toNewLines(java.lang.String... messages)
-
-