SimulationRunException

class SimulationRunException(val simulationRun: SimulationRun, message: String? = simulationRun.runErrorMsg, cause: Throwable? = null) : Exception(source)

Constructors

Link copied to clipboard
constructor(simulationRun: SimulationRun, message: String? = simulationRun.runErrorMsg, cause: Throwable? = null)

Properties

Link copied to clipboard