_exceptions.py
branchstable
changeset 3144 a5deac822a13
parent 2850 92032ede5ae7
child 3162 d6ae24439bee
equal deleted inserted replaced
3143:0e549b299f0b 3144:a5deac822a13
   116     this may be a programming/typo or a misconfiguration error
   116     this may be a programming/typo or a misconfiguration error
   117     """
   117     """
   118 
   118 
   119 class NoSelectableObject(RegistryException):
   119 class NoSelectableObject(RegistryException):
   120     """some views with the given vid have been found but no
   120     """some views with the given vid have been found but no
   121     one is applyable to the result set
   121     one is applicable to the result set
   122     """
   122     """
   123 
   123 
   124 class UnknownProperty(RegistryException):
   124 class UnknownProperty(RegistryException):
   125     """property found in database but unknown in registry"""
   125     """property found in database but unknown in registry"""
   126 
   126