#include <tfexception.h>
The TfException class is a base class for all TreeFrog exception classes.
| TfException::TfException |
( |
const QString & |
message, |
|
|
const char * |
fileName = "", |
|
|
int |
lineNumber = 0 |
|
) |
| |
|
inlinenoexcept |
Constructor.
◆ TfException() [2/2]
◆ ~TfException()
| TfException::~TfException |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inlinevirtual |
Destructor.
◆ className()
| QString TfException::className |
( |
| ) |
const |
|
inlinevirtual |
◆ clone()
| Exception * TfException::clone |
( |
| ) |
const |
|
inlinevirtual |
◆ fileName()
| QString TfException::fileName |
( |
| ) |
const |
|
inline |
Returns the file name.
◆ lineNumber()
| int TfException::lineNumber |
( |
| ) |
const |
|
inline |
Return the line number.
◆ message()
| QString TfException::message |
( |
| ) |
const |
|
inline |
Returns the message.
◆ raise()
| void TfException::raise |
( |
| ) |
const |
|
inlinevirtual |
◆ what()
| virtual const char * TfException::what |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ file
|
QString TfException::file
|
protected |
◆ line
|
int TfException::line {0}
|
protected |
◆ msg
◆ whatmsg
|
QByteArray TfException::whatmsg
|
protected |
The documentation for this class was generated from the following files: