A base class for all pcl exceptions which inherits from std::runtime_error. More...
#include <exceptions.h>
Public Member Functions | |
PCLException (const std::string error_description) |
A base class for all pcl exceptions which inherits from std::runtime_error.
Definition at line 48 of file exceptions.h.
pcl::PCLException::PCLException | ( | const std::string | error_description | ) | [inline] |
Definition at line 51 of file exceptions.h.