mosaik.exceptions — mosaik specific error types

This module provides mosaik specific exception types.

class mosaik.exceptions.ScenarioError

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

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

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