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 | ) |
| HypothesisNotFoundException::~HypothesisNotFoundException | ( | ) | ||
| throw | ( | |||
| ) | ||||
| void HypothesisNotFoundException::clear | ( | ) |
| std::string HypothesisNotFoundException::getErrorMsg | ( | ) | const | |
| throw | ( | |||
| ) | ||||
| const char* HypothesisNotFoundException::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
|
staticprivate |
Definition at line 43 of file CHypothesisNotFoundException.h.
|
private |
Definition at line 35 of file CHypothesisNotFoundException.h.
|
private |
Hypothesis ID.
Definition at line 39 of file CHypothesisNotFoundException.h.
|
private |
Error message.
Definition at line 42 of file CHypothesisNotFoundException.h.
|
private |
Definition at line 36 of file CHypothesisNotFoundException.h.
| Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017 |