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::ServiceDependencyException Class Reference

Is thrown if a service could not be created because of a missing dependency to be injected. More...

#include <serviceregistry.h>

+ Inheritance diagram for QtMvvm::ServiceDependencyException:

Public Member Functions

void raise () const override
 Inherits QException::raise.
 
QExceptionclone () const override
 Inherits QException::clone.
 
- Public Member Functions inherited from QtMvvm::ServiceConstructionException
const char * what () const noexcept override
 Inherits QException::what.
 

Detailed Description

Is thrown if a service could not be created because of a missing dependency to be injected.

Definition at line 157 of file serviceregistry.h.


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