exception documentation

class XacroException(Exception):

Constructor: XacroException(msg, suffix, exc, macro)

View In Hierarchy

XacroException allows to wrap another exception (exc) and to augment its error message: prefixing with msg and suffixing with suffix. str(e) finally prints: msg str(exc) suffix

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable exc Undocumented
Instance Variable macros Undocumented
Instance Variable suffix Undocumented
def __init__(self, msg=None, suffix=None, exc=None, macro=None):

Undocumented

def __str__(self):

Undocumented

exc =

Undocumented

macros =

Undocumented

suffix =

Undocumented