An expection thrown when a transformation has invalid parameters. More...
#include <PointMatcher.h>
Public Member Functions | |
TransformationError (const std::string &reason) | |
return an exception when a transformation has invalid parameters More... | |
An expection thrown when a transformation has invalid parameters.
Definition at line 89 of file PointMatcher.h.
TransformationError::TransformationError | ( | const std::string & | reason | ) |
return an exception when a transformation has invalid parameters
Construct a transformation exception.
Definition at line 44 of file TransformationsImpl.cpp.