Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Member Functions | Private Attributes | Static Private Attributes
HypothesisNotFoundException Class Reference

Detailed Description

Definition at line 23 of file CHypothesisNotFoundException.h.

#include <mrpt/graphs/CHypothesisNotFoundException.h>

Inheritance diagram for HypothesisNotFoundException:
Inheritance graph

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
 

Constructor & Destructor Documentation

◆ HypothesisNotFoundException() [1/2]

HypothesisNotFoundException::HypothesisNotFoundException ( mrpt::utils::TNodeID  from,
mrpt::utils::TNodeID  to 
)

◆ HypothesisNotFoundException() [2/2]

HypothesisNotFoundException::HypothesisNotFoundException ( size_t  id)

◆ ~HypothesisNotFoundException()

HypothesisNotFoundException::~HypothesisNotFoundException ( )
throw (
)

Member Function Documentation

◆ clear()

void HypothesisNotFoundException::clear ( )

◆ getErrorMsg()

std::string HypothesisNotFoundException::getErrorMsg ( ) const
throw (
)

◆ what()

const char* HypothesisNotFoundException::what ( ) const
throw (
)

Member Data Documentation

◆ m_cnvt

std::ostringstream HypothesisNotFoundException::m_cnvt
staticprivate

Definition at line 43 of file CHypothesisNotFoundException.h.

◆ m_from

mrpt::utils::TNodeID HypothesisNotFoundException::m_from
private

Definition at line 35 of file CHypothesisNotFoundException.h.

◆ m_id

size_t HypothesisNotFoundException::m_id
private

Hypothesis ID.

Definition at line 39 of file CHypothesisNotFoundException.h.

◆ m_msg

std::string HypothesisNotFoundException::m_msg
private

Error message.

Definition at line 42 of file CHypothesisNotFoundException.h.

◆ m_to

mrpt::utils::TNodeID HypothesisNotFoundException::m_to
private

Definition at line 36 of file CHypothesisNotFoundException.h.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017