Class TimeSetExceptionResult


  • public class TimeSetExceptionResult
    extends TimeSetResult
    Documents a faulty timeset operation.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeSetExceptionResult​(java.util.List<ForkDefinition> someForks, java.util.Map<java.lang.String,​org.eclipse.xtext.util.Pair<java.time.ZonedDateTime,​java.lang.Double>> someCurrentDateTimes, java.lang.String anErrorMessage, java.lang.String anExceptionStackTrace, java.lang.Long anExecutionTime)
      Constructor.
    • Constructor Detail

      • TimeSetExceptionResult

        public TimeSetExceptionResult​(java.util.List<ForkDefinition> someForks,
                                      java.util.Map<java.lang.String,​org.eclipse.xtext.util.Pair<java.time.ZonedDateTime,​java.lang.Double>> someCurrentDateTimes,
                                      java.lang.String anErrorMessage,
                                      java.lang.String anExceptionStackTrace,
                                      java.lang.Long anExecutionTime)
        Constructor.
        Parameters:
        someForks - The forks on which the time was set. The null element in the list means the master process.
        someCurrentDateTimes - A complete map of fork names (null = master) to their respective currently valid test date/time, including the current progression speed (0.0 = static time)
        anExecutionTime - the time in msecs it took to execute the timeset
        anErrorMessage - The exception message
        anExceptionStackTrace - The exception stack trace
    • Method Detail

      • getErrorMessage

        public java.lang.String getErrorMessage()
      • getExceptionStackTrace

        public java.lang.String getExceptionStackTrace()