|        |   | 
- exceptions.Exception(exceptions.BaseException)
 - 
- util.StdError.BadParmError
 - util.StdError.FileParseError
 - util.StdError.ImplementedBySubclassError
  
 
- util.StdError.AdditionalText
  
 
 
  
class AdditionalText |  
    
|     | 
Mix-in for exception classes that allow text to be added at several levels 
of exception handling.   |  
|   | 
Methods defined here: 
- __init__(self, text=None)
  
- addText(self, newText)
 - Adds /newText/ to the exception text list.
  
- getText(self)
 - Returns the complete exception text as a single string, with individual
 
exception items seperated by newlines.  
 |    
  
  
  |