class documentation

class ApplicationError(zim.errors.Error): (source)

View In Hierarchy

Error raises for error in sub process errors
Method __init__ Constructor
Instance Variable description Undocumented
Instance Variable msg Undocumented

Inherited from Error:

Method __repr__ Undocumented
Method __str__ Undocumented
def __init__(self, cmd, args, retcode, stderr): (source)
Constructor
Parameters
cmdthe application command as string
argstuple of arguments given to the command
retcodethe return code of the command (non-zero!)
stderrthe error output of the command
description = (source)

Undocumented

Undocumented