qTbot 0.2.102.bb22a69
qTbot is base back end library for your c++ Qt projects.
|
The InternalException class contais string value to describe what happened. More...
#include <internalexception.h>
Public Member Functions | |
InternalException (const QByteArray &erroString={}) | |
const char * | what () const noexcept override |
void | raise () const override |
QException * | clone () const override |
The InternalException class contais string value to describe what happened.
Definition at line 20 of file internalexception.h.
qTbot::InternalException::InternalException | ( | const QByteArray & | erroString = {} | ) |
Definition at line 12 of file internalexception.cpp.
|
override |
Definition at line 25 of file internalexception.cpp.
|
override |
Definition at line 21 of file internalexception.cpp.
|
overridenoexcept |
Definition at line 17 of file internalexception.cpp.