Exceptions

Module containing all exceptions

exception pypet.pypetexceptions.DataNotInStorageError[source]

Excpetion raise by Storage Service if data that is supposed to be loaded cannot be found on disk.

exception pypet.pypetexceptions.GitDiffError[source]

Exception raised if there are uncommited changes.

exception pypet.pypetexceptions.NoSuchServiceError[source]

Exception raised by the Storage Service if a specific operation is not supported, i.e. the message is not understood.

exception pypet.pypetexceptions.NotUniqueNodeError[source]

Exception raised by the Natural Naming if a node can be found more than once.

exception pypet.pypetexceptions.ParameterLockedException[source]

Exception raised if someone tries to modify a locked Parameter.

exception pypet.pypetexceptions.PresettingError[source]

Exception raised if parameter presetting failed.

Probable cause might be a typo in the parameter name.

exception pypet.pypetexceptions.TooManyGroupsError[source]

Exception raised by natural naming fast search if fast search cannot be applied.

exception pypet.pypetexceptions.VersionMismatchError[source]

Exception raised if the current version of pypet does not match the version with which the trajectory was handled.