dbus-cxx
DBus::ErrorInvalidReturn Class Reference

This error may be thrown if there is an invalid return value from a DBus function that should never have an invalid return value. More...

#include <error.h>

Inheritance diagram for DBus::ErrorInvalidReturn:

Public Member Functions

 ErrorInvalidReturn (const char *message=nullptr)
 
 ErrorInvalidReturn (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 there is an invalid return value from a DBus function that should never have an invalid return value.

Constructor & Destructor Documentation

◆ ErrorInvalidReturn() [1/2]

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

◆ ErrorInvalidReturn() [2/2]

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

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