Public Member Functions | Protected Attributes

StringProcessorException Class Reference

#include <stringProcessor.h>

Inheritance diagram for StringProcessorException:

List of all members.

Public Member Functions

 StringProcessorException (const QString &what="")
virtual ~StringProcessorException () throw ()
virtual const char * what () const throw ()

Protected Attributes

QString m_what

Detailed Description

Definition at line 24 of file stringProcessor.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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:


Member Data Documentation

QString StringProcessorException::m_what [protected]

Definition at line 37 of file stringProcessor.h.

Referenced by what().


The documentation for this class was generated from the following file: