Melissa Exceptions¶
This module defines custom exception classes for the Melissa server, supporting fault-tolerance, configuration, and client/server error handling.
melissa.server.exceptions.MelissaError¶
melissa.server.exceptions.FatalError¶
Bases: MelissaError
Base class for fatal errors. If fault-tolerance is enabled, the study will raise this error and should be stopped manually.
melissa.server.exceptions.FaultToleranceError¶
Bases: FatalError
Errors coming from fault-tolerance. Raised when fault-tolerance is off or at the end of total restart attempts.