|
TreeFrogFramework 2.10
|
Searching...
No Matches
RuntimeException Class Reference
#include <tfexception.h>
Inheritance diagram for RuntimeException:

Collaboration diagram for RuntimeException:

Public Member Functions | |
| RuntimeException (const QString &message, const char *fileName="", int lineNumber=0) | |
| void | raise () const override |
| QString | className () const override |
Public Member Functions inherited from TfException | |
| TfException (const TfException &e) noexcept | |
| QString | message () const |
| int | lineNumber () const |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from TfException | |
| QString | file |
| int | line {0} |
| QByteArray | whatmsg |
Detailed Description
The RuntimeException class represents an exception that can be thrown when runtime error occurs.
Constructor & Destructor Documentation
◆ RuntimeException()
|
inline |
Copy constructor.
Constructor.
Member Function Documentation
◆ className()
|
inlineoverridevirtual |
Returns exception class name.
Reimplemented from TfException.
◆ clone()
|
inlineoverridevirtual |
Creates and returns a deep copy of the current data.
Reimplemented from TfException.
◆ raise()
|
inlineoverridevirtual |
Raises the exception.
Reimplemented from TfException.
The documentation for this class was generated from the following files:
- src/tfexception.h
- src/tfexception.cpp
Public Member Functions inherited from