Executive Error
data class ExecutiveError(val simTime: Double, val replicationNumber: Int, val cause: Throwable) : KSLRuntimeError(source)
An unexpected exception was thrown during replication execution.
Parameters
sim Time
the simulation clock value at the time of failure
replication Number
the replication that was executing when the error occurred (0 if failure happened before any replication ran)
cause
the underlying exception