dbus-cxx
DBus::ErrorUnexpectedResponse Class Reference

This error may be thrown if we receive an unexpected response. More...

#include <error.h>

Inheritance diagram for DBus::ErrorUnexpectedResponse:

Public Member Functions

 ErrorUnexpectedResponse (const char *message=nullptr)
 
 ErrorUnexpectedResponse (std::string message)
 
- Public Member Functions inherited from DBus::Error
 Error ()
 
 Error (const char *name, const char *message=nullptr)
 
 Error (const char *name, std::string message)
 
 Error (std::string name, std::string message)
 
 ~Error () noexcept
 
const char * what () const noexcept
 
std::string name () const
 
std::string message () const
 

Additional Inherited Members

- Protected Attributes inherited from DBus::Error
std::string m_name
 
std::string m_message
 

Detailed Description

This error may be thrown if we receive an unexpected response.

Constructor & Destructor Documentation

◆ ErrorUnexpectedResponse() [1/2]

DBus::ErrorUnexpectedResponse::ErrorUnexpectedResponse ( const char *  message = nullptr)
inline

◆ ErrorUnexpectedResponse() [2/2]

DBus::ErrorUnexpectedResponse::ErrorUnexpectedResponse ( std::string  message)
inline

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