Definition at line 22 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 | |
| void | clear () |
| std::string | getErrorMsg () const noexcept |
| const char * | what () const noexcept |
Private Attributes | |
| mrpt::graphs::TNodeID | m_from |
| mrpt::graphs::TNodeID | m_to |
| size_t | m_id |
| 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.
|
noexcept |
Definition at line 55 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().
|
noexcept |
Definition at line 56 of file CHypothesisNotFoundException.cpp.
References m_msg.
Referenced by what().
|
noexcept |
Definition at line 63 of file CHypothesisNotFoundException.cpp.
References getErrorMsg(), and persistent_error_msg.
|
private |
Definition at line 34 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Hypothesis ID.
Definition at line 37 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
|
private |
Error message.
Definition at line 40 of file CHypothesisNotFoundException.h.
Referenced by clear(), getErrorMsg(), and HypothesisNotFoundException().
|
private |
Definition at line 34 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |