mosaik.exceptions — mosaik specific error types

This module provides mosaik specific exception types.

class mosaik.exceptions.ScenarioError[source]

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

class mosaik.exceptions.SimulationError(msg, exc=None)[source]

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