Image Formats NG
|
Exception with localized string describing occured error. More...
Public Member Functions | |
RuntimeError (const QString &message) | |
Constructs RuntimeError with the message message. | |
RuntimeError (QString &&message) Q_DECL_NOEXCEPT | |
Move-constructs RuntimeError with the message message. | |
~RuntimeError () Q_DECL_NOEXCEPT override | |
Destroys the object. | |
const QString & | message () const Q_DECL_NOEXCEPT |
Returns the message describing the error. | |
const char * | what () const Q_DECL_NOEXCEPT override |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
![]() | |
Exception () | |
Constructs Exception. | |
~Exception () Q_DECL_NOEXCEPT override | |
Destroys the object. | |
const char * | what () const Q_DECL_NOEXCEPT override |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
Exception with localized string describing occured error.