General exception with possible name of object and message.
More...
#include <RBDSException.hh>
General exception with possible name of object and message.
Provide optional name of object the message is associated with. This Can be appended later with SetName() function.
- Author
- Laurie Nevay
Definition at line 34 of file RBDSException.hh.
◆ RBDSException() [1/3]
RBDSException::RBDSException |
( |
const std::string & |
messageIn | ) |
|
|
inlineexplicitnoexcept |
◆ RBDSException() [2/3]
RBDSException::RBDSException |
( |
const std::string & |
nameIn, |
|
|
const std::string & |
messageIn |
|
) |
| |
|
inlinenoexcept |
◆ RBDSException() [3/3]
◆ ~RBDSException()
virtual RBDSException::~RBDSException |
( |
| ) |
|
|
inlinevirtual |
◆ AppendToMessage()
void RBDSException::AppendToMessage |
( |
const std::string & |
messageIn | ) |
|
|
inline |
◆ SetName()
void RBDSException::SetName |
( |
const std::string & |
nameIn | ) |
|
|
inline |
◆ what()
const char * RBDSException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ completeString
std::string RBDSException::completeString |
◆ message
std::string RBDSException::message |
◆ name
std::string RBDSException::name |
The documentation for this class was generated from the following file: