mosaik.exceptions — mosaik specific error types

This module provides mosaik specific exception types.

class ScenarioError[source]

This exception is raised if something fails during the creation of a scenario.

class SimulationError(msg: str, exc: Any = None)[source]

This exception is raised if a simulator cannot be started or if a problem arises during the execution of a simulation.

Parameters: