AdditionalText

Mix-in for exception classes that allow text to be added at several levels of exception handling.

Methods

__init__(self, text)

   def __init__(self, text = None):

addText(self, newText)

   def addText(self, newText):

Adds newText to the exception text list.

getText(self)

   def getText(self):

Returns the complete exception text as a single string, with individual exception items seperated by newlines.