|
Point Cloud Library (PCL) 1.15.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 noexcept |
| const char * | getFunctionName () const noexcept |
| unsigned | getLineNumber () const noexcept |
| const char * | detailedMessage () const noexcept |
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 66 of file exceptions.h.
|
inline |
Definition at line 70 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 110 of file exceptions.h.
Referenced by PCLException().
|
inlinenoexcept |
Definition at line 102 of file exceptions.h.
|
inlinenoexcept |
Definition at line 84 of file exceptions.h.
References file_name_.
|
inlinenoexcept |
Definition at line 90 of file exceptions.h.
References function_name_.
|
inlinenoexcept |
Definition at line 96 of file exceptions.h.
References line_number_.
|
protected |
Definition at line 130 of file exceptions.h.
Referenced by getFileName(), and PCLException().
|
protected |
Definition at line 131 of file exceptions.h.
Referenced by getFunctionName(), and PCLException().
|
protected |
Definition at line 132 of file exceptions.h.
Referenced by getLineNumber(), and PCLException().