Definition at line 22 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.
References clear(), m_id, and m_msg.

| HypothesisNotFoundException::~HypothesisNotFoundException | ( | ) | ||
| throw | ( | |||
| ) | ||||
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().

| 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 61 of file CHypothesisNotFoundException.cpp.
References getErrorMsg(), and m_cnvt.

      
  | 
  staticprivate | 
Definition at line 42 of file CHypothesisNotFoundException.h.
Referenced by what().
      
  | 
  private | 
Definition at line 34 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
      
  | 
  private | 
Hypothesis ID.
Definition at line 38 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
      
  | 
  private | 
Error message.
Definition at line 41 of file CHypothesisNotFoundException.h.
Referenced by clear(), getErrorMsg(), and HypothesisNotFoundException().
      
  | 
  private | 
Definition at line 35 of file CHypothesisNotFoundException.h.
Referenced by clear(), and HypothesisNotFoundException().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |