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

Class UnknownError

source code

exceptions.Exception --+    
                       |    
              ToolsError --+
                           |
                          UnknownError

Exception for a unknown reasons.

Instance Methods [hide private]

Inherited from ToolsError: __init__

Inherited from exceptions.Exception: __getitem__, __str__

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