Class SurefireBooterForkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SurefireBooterForkException
    extends java.lang.Exception
    Encapsulates exceptions thrown during Surefire forking.
    See Also:
    Serialized Form
    • 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)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)