Base class of a hierarchy of error objects thrown when exceptional conditions occur.
More...
#include <error.h>
Base class of a hierarchy of error objects thrown when exceptional conditions occur.
- Author
- Rick L Vinyard Jr rviny.nosp@m.ard@.nosp@m.cs.nm.nosp@m.su.e.nosp@m.du
◆ Error() [1/4]
◆ Error() [2/4]
DBus::Error::Error |
( |
const char * |
name, |
|
|
const char * |
message = nullptr |
|
) |
| |
◆ Error() [3/4]
DBus::Error::Error |
( |
const char * |
name, |
|
|
std::string |
message |
|
) |
| |
◆ Error() [4/4]
DBus::Error::Error |
( |
std::string |
name, |
|
|
std::string |
message |
|
) |
| |
◆ ~Error()
◆ message()
std::string DBus::Error::message |
( |
| ) |
const |
◆ name()
std::string DBus::Error::name |
( |
| ) |
const |
◆ what()
const char * DBus::Error::what |
( |
| ) |
const |
|
noexcept |
◆ m_message
std::string DBus::Error::m_message |
|
protected |
◆ m_name
std::string DBus::Error::m_name |
|
protected |
The documentation for this class was generated from the following files: