Class SimulatorStateException
Exception class for the case that some operation of the simulator outside of the Amoebot simulation failed. This includes operations started in the wrong simulator state, save and load issues, and invalid input data.
Namespace: AS2.Sim
Assembly: .dll
Syntax
public class SimulatorStateException : SimulatorException
Constructors
| Edit this page View SourceSimulatorStateException()
Declaration
public SimulatorStateException()
SimulatorStateException(string)
Declaration
public SimulatorStateException(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg |