#include <tfexception.h>
The StandardException class represents an exception that can be thrown when standard error occurs in source code of your web application.
| StandardException::StandardException |
( |
const QString & |
message, |
|
|
const char * |
fileName = "", |
|
|
int |
lineNumber = 0 |
|
) |
| |
|
inline |
Copy constructor.
Constructor.
◆ className()
| QString StandardException::className |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns exception class name.
Reimplemented from TfException.
◆ clone()
| Exception * StandardException::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Creates and returns a deep copy of the current data.
Reimplemented from TfException.
◆ raise()
| void StandardException::raise |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: