|
w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <Rexception.hpp>
Public Member Functions | |
| Rexception () | |
| Default constructor. | |
| Rexception (const RerrMsg &errmsg) | |
| FIXME_docs. | |
| Rexception (const std::string &meth, const std::string &text) | |
| FIXME_docs. | |
| Rexception (const std::string &meth, const std::string &text, int errnum) | |
| FIXME_docs. | |
| Rexception (const std::string &meth, const std::string &text, const RerrMsg &errmsg) | |
| FIXME_docs. | |
| ~Rexception () | |
| Destructor. | |
| virtual const char * | what () const noexcept |
| FIXME_docs. | |
| const RerrMsg & | ErrMsg () const |
| FIXME_docs. | |
Protected Attributes | |
| RerrMsg | fErrmsg |
| message object | |
| std::string | fErrtxt |
| message text (for what()) | |
FIXME_docs.
Definition at line 29 of file Rexception.hpp.
| Retro::Rexception::Rexception | ( | ) |
Default constructor.
Definition at line 32 of file Rexception.cpp.
| Retro::Rexception::Rexception | ( | const RerrMsg & | errmsg | ) |
FIXME_docs.
Definition at line 41 of file Rexception.cpp.
| Retro::Rexception::Rexception | ( | const std::string & | meth, |
| const std::string & | text | ||
| ) |
FIXME_docs.
Definition at line 49 of file Rexception.cpp.
| Retro::Rexception::Rexception | ( | const std::string & | meth, |
| const std::string & | text, | ||
| int | errnum | ||
| ) |
FIXME_docs.
Definition at line 57 of file Rexception.cpp.
| Retro::Rexception::Rexception | ( | const std::string & | meth, |
| const std::string & | text, | ||
| const RerrMsg & | errmsg | ||
| ) |
FIXME_docs.
Definition at line 66 of file Rexception.cpp.
| Retro::Rexception::~Rexception | ( | ) |
Destructor.
Definition at line 75 of file Rexception.cpp.
|
virtualnoexcept |
FIXME_docs.
Definition at line 81 of file Rexception.cpp.
References fErrtxt.
Referenced by Retro::Rtools::Catch2Cerr(), and Retro::RtclSetList::M_set().
|
inline |
FIXME_docs.
Definition at line 20 of file Rexception.ipp.
References fErrmsg.
Referenced by Retro::Rtools::Catch2Cerr(), and Retro::RtclSetList::M_set().
|
protected |
|
protected |