|
Point Cloud Library (PCL)
1.7.2
|
An exception that is thrown when the argments number or type is wrong/unhandled. More...
#include <pcl/exceptions.h>
Inheritance diagram for pcl::BadArgumentException:
Collaboration diagram for pcl::BadArgumentException:Public Member Functions | |
| BadArgumentException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () | |
Public Member Functions inherited from pcl::PCLException | |
| 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 () |
| char const * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from pcl::PCLException | |
| std::string | file_name_ |
| std::string | function_name_ |
| std::string | message_ |
| unsigned | line_number_ |
An exception that is thrown when the argments number or type is wrong/unhandled.
Definition at line 257 of file exceptions.h.
|
inline | ||||||||||||||||||||||||||||
Definition at line 260 of file exceptions.h.