Point Cloud Library (PCL) 1.12.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 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.
|
inlinestaticprotected |
Definition at line 107 of file exceptions.h.
Definition at line 99 of file exceptions.h.
Definition at line 81 of file exceptions.h.
References file_name_.
Definition at line 87 of file exceptions.h.
References function_name_.
|
inline |
Definition at line 93 of file exceptions.h.
References line_number_.
Definition at line 127 of file exceptions.h.
Referenced by getFileName().
Definition at line 128 of file exceptions.h.
Referenced by getFunctionName().
|
protected |
Definition at line 129 of file exceptions.h.
Referenced by getLineNumber().