Definition at line 23 of file CHypothesisNotFoundException.h.
#include <mrpt/graphs/CHypothesisNotFoundException.h>
Public Member Functions | |
HypothesisNotFoundException (mrpt::utils::TNodeID from, mrpt::utils::TNodeID to) | |
HypothesisNotFoundException (size_t id) | |
~HypothesisNotFoundException () throw () | |
void | clear () |
std::string | getErrorMsg () const throw () |
const char * | what () const throw () |
Private Attributes | |
mrpt::utils::TNodeID | m_from |
mrpt::utils::TNodeID | m_to |
size_t | m_id |
Hypothesis ID. More... | |
std::string | m_msg |
Error message. More... | |
Static Private Attributes | |
static std::ostringstream | m_cnvt |
HypothesisNotFoundException::HypothesisNotFoundException | ( | mrpt::utils::TNodeID | from, |
mrpt::utils::TNodeID | to | ||
) |
HypothesisNotFoundException::HypothesisNotFoundException | ( | size_t | id | ) |
Definition at line 35 of file CHypothesisNotFoundException.cpp.
HypothesisNotFoundException::~HypothesisNotFoundException | ( | ) | ||
throw | ( | |||
) |
Definition at line 54 of file CHypothesisNotFoundException.cpp.
void HypothesisNotFoundException::clear | ( | ) |
Definition at line 47 of file CHypothesisNotFoundException.cpp.
References INVALID_NODEID, m_from, m_id, m_msg, m_to, and SIZE_MAX.
Referenced by HypothesisNotFoundException().
std::string HypothesisNotFoundException::getErrorMsg | ( | ) | const | |
throw | ( | |||
) |
Definition at line 56 of file CHypothesisNotFoundException.cpp.
References m_msg.
Referenced by what().
const char * HypothesisNotFoundException::what | ( | ) | const | |
throw | ( | |||
) |
Definition at line 60 of file CHypothesisNotFoundException.cpp.
References getErrorMsg(), and m_cnvt.
|
staticprivate |
Definition at line 43 of file CHypothesisNotFoundException.h.
Referenced by what().
|
private |
Definition at line 35 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Hypothesis ID.
Definition at line 39 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Error message.
Definition at line 42 of file CHypothesisNotFoundException.h.
Referenced by clear(), getErrorMsg(), and HypothesisNotFoundException().
|
private |
Definition at line 36 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |