Point Cloud Library (PCL)
1.7.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 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 () |
Protected Attributes | |
std::string | file_name_ |
std::string | function_name_ |
std::string | message_ |
unsigned | line_number_ |
A base class for all pcl exceptions which inherits from std::runtime_error.
Definition at line 65 of file exceptions.h.
|
inline |
Definition at line 69 of file exceptions.h.
References detailedMessage(), and message_.
|
inlinevirtual |
Definition at line 82 of file exceptions.h.
|
inline |
Definition at line 104 of file exceptions.h.
References file_name_, function_name_, line_number_, and what().
Referenced by PCLException().
|
inline |
Definition at line 86 of file exceptions.h.
References file_name_.
|
inline |
Definition at line 92 of file exceptions.h.
References function_name_.
|
inline |
Definition at line 98 of file exceptions.h.
References line_number_.
|
inline |
Definition at line 122 of file exceptions.h.
References message_.
Referenced by pcl::GeneralizedIterativeClosestPoint< PointSource, PointTarget >::computeTransformation(), pcl::filters::Convolution< PointIn, PointOut >::convolve(), pcl::filters::Convolution< PointIn, PointOut >::convolveCols(), pcl::filters::Convolution< PointIn, PointOut >::convolveRows(), and detailedMessage().
|
protected |
Definition at line 128 of file exceptions.h.
Referenced by detailedMessage(), and getFileName().
|
protected |
Definition at line 129 of file exceptions.h.
Referenced by detailedMessage(), and getFunctionName().
|
protected |
Definition at line 131 of file exceptions.h.
Referenced by detailedMessage(), and getLineNumber().
|
protected |
Definition at line 130 of file exceptions.h.
Referenced by PCLException(), and what().