|
Point Cloud Library (PCL) 1.15.1
|
A base class for all poisson exceptions which inherits from std::runtime_error. More...
#include <pcl/surface/3rdparty/poisson4/poisson_exceptions.h>
Public Member Functions | |
| PoissonException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) | |
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 poisson exceptions which inherits from std::runtime_error.
Definition at line 71 of file poisson_exceptions.h.
|
inline |
Definition at line 74 of file poisson_exceptions.h.
References createDetailedMessage(), file_name_, function_name_, and line_number_.
Referenced by pcl::poisson::PoissonBadArgumentException::PoissonBadArgumentException(), pcl::poisson::PoissonBadInitException::PoissonBadInitException(), and pcl::poisson::PoissonOpenMPException::PoissonOpenMPException().
|
inlinestaticprotected |
Definition at line 89 of file poisson_exceptions.h.
Referenced by PoissonException().
|
protected |
Definition at line 109 of file poisson_exceptions.h.
Referenced by PoissonException().
|
protected |
Definition at line 110 of file poisson_exceptions.h.
Referenced by PoissonException().
|
protected |
Definition at line 111 of file poisson_exceptions.h.
Referenced by PoissonException().