_exceptions.py
branchstable
changeset 3160 9f75f5de2134
parent 3144 a5deac822a13
child 3162 d6ae24439bee
equal deleted inserted replaced
3159:7d4bc4c54326 3160:9f75f5de2134
   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