An exception thrown when one tries to fetch the value of an unexisting parameter. More...
#include <Parametrizable.h>
Public Member Functions | |
InvalidParameter (const std::string &reason) | |
Construct an invalid-parameter exception. More... | |
An exception thrown when one tries to fetch the value of an unexisting parameter.
Definition at line 101 of file Parametrizable.h.
PointMatcherSupport::Parametrizable::InvalidParameter::InvalidParameter | ( | const std::string & | reason | ) |
Construct an invalid-parameter exception.
Definition at line 46 of file Parametrizable.cpp.