|
Point Cloud Library (PCL)
1.6.0
|
A base class for all pcl exceptions which inherits from std::runtime_error. More...
#include <pcl/exceptions.h>

Public Member Functions | |
| PCLException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () | |
| virtual | ~PCLException () throw () |
| const std::string & | getFileName () const throw () |
| const std::string & | getFunctionName () const throw () |
| unsigned | getLineNumber () const throw () |
| std::string | detailedMessage () const throw () |
A base class for all pcl exceptions which inherits from std::runtime_error.
Definition at line 51 of file exceptions.h.
| pcl::PCLException::PCLException | ( | const std::string & | error_description, |
| const std::string & | file_name = "", |
||
| const std::string & | function_name = "", |
||
| unsigned | line_number = 0 |
||
| ) | throw () [inline] |
Definition at line 55 of file exceptions.h.
| virtual pcl::PCLException::~PCLException | ( | ) | throw () [inline, virtual] |
Definition at line 65 of file exceptions.h.
| std::string pcl::PCLException::detailedMessage | ( | ) | const throw () [inline] |
Definition at line 87 of file exceptions.h.
| const std::string& pcl::PCLException::getFileName | ( | ) | const throw () [inline] |
Definition at line 69 of file exceptions.h.
| const std::string& pcl::PCLException::getFunctionName | ( | ) | const throw () [inline] |
Definition at line 75 of file exceptions.h.
| unsigned pcl::PCLException::getLineNumber | ( | ) | const throw () [inline] |
Definition at line 81 of file exceptions.h.
1.7.6.1