Simulation Run Exception
class SimulationRunException(val simulationRun: SimulationRun, message: String? = simulationRun.runErrorMsg, cause: Throwable? = null) : Exception
Constructors
Link copied to clipboard
constructor(simulationRun: SimulationRun, message: String? = simulationRun.runErrorMsg, cause: Throwable? = null)