![]() |
CuteHMI - CuteHMI (CuteHMI.2)
|
Exception. More...
#include <cutehmi/Exception.hpp>
Public Member Functions | |
| Exception (const QString &what) | |
| void | raise () const noexcept(false) override |
| Exception * | clone () const override |
| const char * | what () const noexcept override |
| virtual void | raise () const const |
| virtual QException * | clone () const const |
Exception.
|
explicit |
|
overridevirtual |
Reimplemented from QException.
Reimplemented in cutehmi::ExceptionMixin< DERIVED >, cutehmi::ExceptionMixin< ErrorException >, and cutehmi::ExceptionMixin< NoAdvertiserException >.
|
overridevirtualnoexcept |
Reimplemented from QException.
Reimplemented in cutehmi::ExceptionMixin< DERIVED >, cutehmi::ExceptionMixin< ErrorException >, and cutehmi::ExceptionMixin< NoAdvertiserException >.
|
overridenoexcept |