struct mrpt::graphs::HypothesisNotFoundException

Overview

Exception thrown when a THypothesis cannot be found.

#include <mrpt/graphs/THypothesis.h>

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

    HypothesisNotFoundException(
        TNodeID from,
        TNodeID to
        );

    HypothesisNotFoundException(size_t id);
};