class mrpt::graphs::HypothesisNotFoundException

#include <mrpt/graphs/CHypothesisNotFoundException.h>

class HypothesisNotFoundException: public std::runtime_error
{
public:
    // construction

    HypothesisNotFoundException(
        mrpt::graphs::TNodeID from,
        mrpt::graphs::TNodeID to
        );

    HypothesisNotFoundException(size_t id);

    //
methods

    void clear();
    std::string getErrorMsg() const;
    const char* what() const;
};