#include <pcl/exceptions.h>
|
| ComputeFailedException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) |
|
| 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 |
|
Definition at line 245 of file exceptions.h.
◆ ComputeFailedException()
pcl::ComputeFailedException::ComputeFailedException |
( |
const std::string & |
error_description, |
|
|
const char * |
file_name = nullptr , |
|
|
const char * |
function_name = nullptr , |
|
|
unsigned |
line_number = 0 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: