43 #include <pcl/exceptions.h>
52 const char* file_name =
nullptr,
53 const char* function_name =
nullptr,
54 unsigned line_number = 0)
55 :
pcl::
PCLException(error_description, file_name, function_name, line_number)
66 const char* file_name =
nullptr,
67 const char* function_name =
nullptr,
68 unsigned line_number = 0)
69 :
pcl::
PCLException(error_description, file_name, function_name, line_number)
An exception that is thrown when the number of correspondents is not equal to the minimum required.
NotEnoughPointsException(const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)
A base class for all pcl exceptions which inherits from std::runtime_error.
An exception that is thrown when the non linear solver didn't converge.
SolverDidntConvergeException(const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)