#include <exception.h>
Public Member Functions | |
GenTLException (const std::string &msg) | |
GenTLException (const std::string &msg, const std::shared_ptr< const GenTLWrapper > &gentl) | |
virtual const char * | what () const noexcept |
virtual | ~GenTLException () |
Private Attributes | |
std::string | s |
Definition at line 47 of file exception.h.
rcg::GenTLException::GenTLException | ( | const std::string & | msg | ) |
Definition at line 45 of file exception.cc.
rcg::GenTLException::GenTLException | ( | const std::string & | msg, |
const std::shared_ptr< const GenTLWrapper > & | gentl | ||
) |
Definition at line 50 of file exception.cc.
rcg::GenTLException::~GenTLException | ( | ) | [virtual] |
Definition at line 73 of file exception.cc.
const char * rcg::GenTLException::what | ( | ) | const [virtual] |
Definition at line 76 of file exception.cc.
std::string rcg::GenTLException::s [private] |
Definition at line 51 of file exception.h.