exceptions

A module containing different exceptions and warnings for the MSD class

Summary

Exceptions:

MSDError

Exception raised if something goes wrong during the MSD setup or calculation.

MSDWarning

Warning raised if something goes wrong during the MSD setup or calculation.

Reference

exception MSDError(message: str)[source]

Bases: PQException

Exception raised if something goes wrong during the MSD setup or calculation.

Parameters:

message (str) – The error message.

exception MSDWarning(message: str)[source]

Bases: PQWarning

Warning raised if something goes wrong during the MSD setup or calculation.

Parameters:

message (str) – The error message.