_exceptions.py
branch3.5
changeset 3162 d6ae24439bee
parent 3042 d2455badf7fb
parent 3144 a5deac822a13
child 4212 ab6573088b4a
equal deleted inserted replaced
3156:cd56d5c379cb 3162:d6ae24439bee
   115     this may be a programming/typo or a misconfiguration error
   115     this may be a programming/typo or a misconfiguration error
   116     """
   116     """
   117 
   117 
   118 class NoSelectableObject(RegistryException):
   118 class NoSelectableObject(RegistryException):
   119     """some views with the given vid have been found but no
   119     """some views with the given vid have been found but no
   120     one is applyable to the result set
   120     one is applicable to the result set
   121     """
   121     """
   122 
   122 
   123 class UnknownProperty(RegistryException):
   123 class UnknownProperty(RegistryException):
   124     """property found in database but unknown in registry"""
   124     """property found in database but unknown in registry"""
   125 
   125