Class ExceptionSimulationAborted

    • Constructor Detail

      • ExceptionSimulationAborted

        public ExceptionSimulationAborted​(SimulationTimeStamp lastConsistentTimeBeforeAbortion)
        Builds an initialized instance of this exception, where the time stamp of the abortion is set.
        Parameters:
        lastConsistentTimeBeforeAbortion - The last time the simulation was half-consistent before the abortion of the simulation.
    • Method Detail

      • getLastConsistentTimeBeforeAbortion

        public SimulationTimeStamp getLastConsistentTimeBeforeAbortion()
        Gets the last time the simulation was half-consistent before the abortion of the simulation.
        Returns:
        The last time the simulation was half-consistent before the abortion of the simulation.