An exception to be thrown from the presenter if presenting fails. More...
#include <ipresenter.h>
 Inheritance diagram for QtMvvm::PresenterException:Public Member Functions | |
| PresenterException (const QByteArray &what) | |
| Constructor with an error message.  | |
| const char * | what () const noexcept override | 
| Inherits QException::what.  | |
| void | raise () const override | 
| Inherits QException::raise.  | |
| QException * | clone () const override | 
| Inherits QException::clone.  | |
An exception to be thrown from the presenter if presenting fails.
Definition at line 13 of file ipresenter.h.
 1.8.14