exception documentation
class XacroException(Exception):
Constructor: XacroException(msg, suffix, exc, macro)
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