Class ModelRunException

All Implemented Interfaces:
Serializable

public class ModelRunException extends RuntimeException
Exception for indicating that a model run failed to complete.

This exception is thrown when a worker thread fails during the simulation or when the model is interrupted while waiting for worker results, with the worker's original failure attached as the cause.

See Also:
  • Constructor Details

    • ModelRunException

      public ModelRunException(String message, Throwable cause)
      Constructs a new model run exception with the specified detail message and cause.
      Parameters:
      message - the detail message describing the stage of the run that failed
      cause - the underlying cause of the run failure