QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Public Member Functions | List of all members
QtMvvm::PresenterException Class Reference

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.
 
QExceptionclone () const override
 Inherits QException::clone.
 

Detailed Description

An exception to be thrown from the presenter if presenting fails.

Definition at line 13 of file ipresenter.h.


The documentation for this class was generated from the following file: