5.4.8. xgt.XgtNameError¶
- exception xgt.XgtNameError(msg, trace='')¶
An unexpected name was provided. Typically can occur during object retrieval where the object name was not found.
- add_note()¶
Exception.add_note(note) – add a note to the exception
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.