
| Public Member Functions | |
| def | __init__ (self, msg=None, suffix=None, exc=None, macro=None) | 
| def | __str__ (self) | 
| Public Attributes | |
| exc | |
| macros | |
| suffix | |
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
Definition at line 255 of file __init__.py.
| def xacro.XacroException.__init__ | ( | self, | |
| msg = None, | |||
| suffix = None, | |||
| exc = None, | |||
| macro = None | |||
| ) | 
Definition at line 262 of file __init__.py.
| def xacro.XacroException.__str__ | ( | self | ) | 
Definition at line 268 of file __init__.py.
| xacro.XacroException.exc | 
Definition at line 265 of file __init__.py.
| xacro.XacroException.macros | 
Definition at line 266 of file __init__.py.
| xacro.XacroException.suffix | 
Definition at line 264 of file __init__.py.