Represents a single error message.
More...
#include <errorstack.hh>
|
|
| Message () |
| | Empty constructor.
|
|
| Message (const QString &file, unsigned line, const QString &message) |
| | Constructor from file, line and message.
|
|
const QString & | file () const |
| | Returns the file name.
|
|
unsigned | line () const |
| | Returns the line within the file.
|
|
const QString & | message () const |
| | Returns the error message.
|
|
QString | format () const |
| | Formats the error messaege.
|
|
|
QString | _file |
| | Holds the file path.
|
|
unsigned | _line |
| | Holds the line.
|
|
QString | _message |
| | Holds the error message.
|
Represents a single error message.
That is, a tuple of file, line and message.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/qdmr-0.15.1-build/qdmr-0.15.1/lib/errorstack.hh
- /builddir/build/BUILD/qdmr-0.15.1-build/qdmr-0.15.1/lib/errorstack.cc