MRPT
1.9.9
|
Definition at line 20 of file CHypothesisNotFoundException.h.
#include <mrpt/graphs/CHypothesisNotFoundException.h>
Public Member Functions | |
HypothesisNotFoundException (mrpt::graphs::TNodeID from, mrpt::graphs::TNodeID to) | |
HypothesisNotFoundException (size_t id) | |
~HypothesisNotFoundException () noexcept override | |
void | clear () |
std::string | getErrorMsg () const noexcept |
const char * | what () const noexcept override |
Private Attributes | |
mrpt::graphs::TNodeID | m_from {INVALID_NODEID} |
mrpt::graphs::TNodeID | m_to {INVALID_NODEID} |
size_t | m_id {0} |
Hypothesis ID. More... | |
std::string | m_msg |
Error message. More... | |
HypothesisNotFoundException::HypothesisNotFoundException | ( | mrpt::graphs::TNodeID | from, |
mrpt::graphs::TNodeID | to | ||
) |
Definition at line 16 of file CHypothesisNotFoundException.cpp.
References clear(), mrpt::format(), m_from, m_msg, and m_to.
HypothesisNotFoundException::HypothesisNotFoundException | ( | size_t | id | ) |
Definition at line 35 of file CHypothesisNotFoundException.cpp.
References clear(), mrpt::format(), m_id, and m_msg.
|
overridedefaultnoexcept |
void HypothesisNotFoundException::clear | ( | ) |
Definition at line 47 of file CHypothesisNotFoundException.cpp.
References INVALID_NODEID, m_from, m_id, m_msg, and m_to.
Referenced by HypothesisNotFoundException().
|
noexcept |
Definition at line 56 of file CHypothesisNotFoundException.cpp.
References m_msg.
Referenced by what().
|
overridenoexcept |
Definition at line 63 of file CHypothesisNotFoundException.cpp.
References getErrorMsg(), and persistent_error_msg.
|
private |
Definition at line 32 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Hypothesis ID.
Definition at line 35 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Error message.
Definition at line 38 of file CHypothesisNotFoundException.h.
Referenced by clear(), getErrorMsg(), and HypothesisNotFoundException().
|
private |
Definition at line 32 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |