Task :: Tools :: Error :: UndefinedKeyError :: Class UndefinedKeyError
[hide private]
[frames] | no frames]

Class UndefinedKeyError

source code

exceptions.Exception --+        
                       |        
              ToolsError --+    
                           |    
                 DeviceError --+
                               |
                              UndefinedKeyError

Exception for an undefined key constant failure.

Instance Methods [hide private]

Inherited from ToolsError: __init__

Inherited from exceptions.Exception: __getitem__, __str__

Class Variables [hide private]
string description = _('undefined key')
Localized error description to be reported to the user whenthe Trap flag in TierManager.LSRState is True.