An expception thrown when the yaml config file contains invalid configuration (e.g., mutually exclusive settings) More...
#include <PointMatcher.h>
Public Member Functions | |
ConfigurationError (const std::string &reason) | |
return an exception when a transformation has invalid parameters More... | |
An expception thrown when the yaml config file contains invalid configuration (e.g., mutually exclusive settings)
Definition at line 96 of file PointMatcher.h.
PointMatcherSupport::ConfigurationError::ConfigurationError | ( | const std::string & | reason | ) |
return an exception when a transformation has invalid parameters
Definition at line 46 of file Exceptions.cpp.