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. |
An exception thrown when one tries to fetch the value of an unexisting parameter.
Definition at line 94 of file Parametrizable.h.
PointMatcherSupport::Parametrizable::InvalidParameter::InvalidParameter | ( | const std::string & | reason | ) |
Construct an invalid-parameter exception.
Definition at line 45 of file Parametrizable.cpp.