#include <stringProcessor.h>
Inheritance diagram for StringProcessorException:Public Member Functions | |
| StringProcessorException (const QString &what="") | |
| virtual | ~StringProcessorException () throw () |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_what |
Definition at line 24 of file stringProcessor.h.
| StringProcessorException::StringProcessorException | ( | const QString & | what = "" |
) | [inline] |
Definition at line 27 of file stringProcessor.h.
| virtual StringProcessorException::~StringProcessorException | ( | ) | throw () [inline, virtual] |
Definition at line 29 of file stringProcessor.h.
| virtual const char* StringProcessorException::what | ( | ) | const throw () [inline, virtual] |
Reimplemented in StringProcessorBraceMatchException.
Definition at line 31 of file stringProcessor.h.
References m_what.
Referenced by NameAcceptDialog::myAccept(), StringProcessor::setText(), and StringProcessor::StringProcessor().
Here is the caller graph for this function:QString StringProcessorException::m_what [protected] |
Definition at line 37 of file stringProcessor.h.
Referenced by what().
1.7.0