libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
ErrorStack::Message Class Reference

Represents a single error message. More...

#include <errorstack.hh>

Public Member Functions

 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.

Protected Attributes

QString _file
 Holds the file path.
unsigned _line
 Holds the line.
QString _message
 Holds the error message.

Detailed Description

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.12.1-build/qdmr-0.12.1/lib/errorstack.hh
  • /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/errorstack.cc