|
Point Cloud Library (PCL) 1.12.1
|
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 char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) | |
| const char * | getFileName () const throw () |
| const char * | getFunctionName () const throw () |
| unsigned | getLineNumber () const throw () |
| const char * | detailedMessage () const throw () |
Static Protected Member Functions | |
| static std::string | createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number) |
Protected Attributes | |
| const char * | file_name_ |
| const char * | function_name_ |
| unsigned | line_number_ |
A base class for all pcl exceptions which inherits from std::runtime_error.
Definition at line 63 of file exceptions.h.
|
inline |
Definition at line 67 of file exceptions.h.
References createDetailedMessage(), file_name_, function_name_, and line_number_.
Referenced by pcl::BadArgumentException::BadArgumentException(), pcl::ComputeFailedException::ComputeFailedException(), pcl::InitFailedException::InitFailedException(), pcl::InvalidConversionException::InvalidConversionException(), pcl::InvalidSACModelTypeException::InvalidSACModelTypeException(), pcl::IOException::IOException(), pcl::IsNotDenseException::IsNotDenseException(), pcl::KernelWidthTooSmallException::KernelWidthTooSmallException(), pcl::NotEnoughPointsException::NotEnoughPointsException(), pcl::SolverDidntConvergeException::SolverDidntConvergeException(), pcl::UnhandledPointTypeException::UnhandledPointTypeException(), and pcl::UnorganizedPointCloudException::UnorganizedPointCloudException().
|
inlinestaticprotected |
Definition at line 107 of file exceptions.h.
Referenced by PCLException().
|
inline | ||||||||||||
Definition at line 99 of file exceptions.h.
|
inline | ||||||||||||
Definition at line 81 of file exceptions.h.
References file_name_.
|
inline | ||||||||||||
Definition at line 87 of file exceptions.h.
References function_name_.
|
inline | ||||||||||||
Definition at line 93 of file exceptions.h.
References line_number_.
|
protected |
Definition at line 127 of file exceptions.h.
Referenced by getFileName(), and PCLException().
|
protected |
Definition at line 128 of file exceptions.h.
Referenced by getFunctionName(), and PCLException().
|
protected |
Definition at line 129 of file exceptions.h.
Referenced by getLineNumber(), and PCLException().