ExecutiveError

data class ExecutiveError(val simTime: Double, val replicationNumber: Int, val cause: Throwable) : KSLRuntimeError(source)

An unexpected exception was thrown during replication execution.

Parameters

simTime

the simulation clock value at the time of failure

replicationNumber

the replication that was executing when the error occurred (0 if failure happened before any replication ran)

cause

the underlying exception

Constructors

Link copied to clipboard
constructor(simTime: Double, replicationNumber: Int, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard