Exceptions

Module containing all exceptions

exception pypet.pypetexceptions.NoSuchServiceError(msg)

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

exception pypet.pypetexceptions.NotUniqueNodeError(msg)

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

exception pypet.pypetexceptions.ParameterLockedException(msg)

Exception raised if someone tries to modify a locked Parameter.

exception pypet.pypetexceptions.PresettingError(msg)

Exception raised if parameter presetting failed.

Probable cause might be a typo in the parameter name.

exception pypet.pypetexceptions.TooManyGroupsError(msg)

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

exception pypet.pypetexceptions.VersionMismatchError(msg)

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