Exceptions

Created on 17.05.2013

exception pypet.pypetexceptions.DefaultReplacementError(msg)

Exception raised if added parameters should actually replace default settings, but have not probably due to a type.

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 ParameterSet

exception pypet.pypetexceptions.ParameterNotArrayException(msg)

Exception raised if someone tries to treat the Parameter as an Parameter Array if it is not

exception pypet.pypetexceptions.RowNotFoundError(msg)

Exception raised by storage service if ‘FIND’ in flags and row cannot be found

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