CuteHMI - CuteHMI (CuteHMI.2)
cutehmi::Messenger::NoAdvertiserException Class Reference

No advertiser exception. More...

#include <cutehmi/Messenger.hpp>

Inheritance diagram for cutehmi::Messenger::NoAdvertiserException:
cutehmi::ExceptionMixin< NoAdvertiserException > cutehmi::Exception QException

Public Member Functions

 NoAdvertiserException (Message &message)
 
 NoAdvertiserException (const NoAdvertiserException &other)
 
NoAdvertiserExceptionoperator= (const NoAdvertiserException &other)
 
const Messagemessage () const
 Recall message. More...
 
- Public Member Functions inherited from cutehmi::ExceptionMixin< NoAdvertiserException >
 ExceptionMixin (const QString &what)
 
void raise () const noexcept(false) override
 
Exceptionclone () const override
 
- Public Member Functions inherited from cutehmi::Exception
 Exception (const QString &what)
 
void raise () const noexcept(false) override
 
Exceptionclone () const override
 
const char * what () const noexcept override
 
- Public Member Functions inherited from QException
virtual ~QException ()
 

Detailed Description

No advertiser exception.

Constructor & Destructor Documentation

◆ NoAdvertiserException() [1/2]

cutehmi::Messenger::NoAdvertiserException::NoAdvertiserException ( Message message)
explicit

◆ NoAdvertiserException() [2/2]

cutehmi::Messenger::NoAdvertiserException::NoAdvertiserException ( const NoAdvertiserException other)

Member Function Documentation

◆ message()

const Message * cutehmi::Messenger::NoAdvertiserException::message ( ) const

Recall message.

Returns
message object.

◆ operator=()

Messenger::NoAdvertiserException & cutehmi::Messenger::NoAdvertiserException::operator= ( const NoAdvertiserException other)