#include <pcl/exceptions.h>
|
| | UnhandledPointTypeException (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 235 of file exceptions.h.
◆ UnhandledPointTypeException()
| pcl::UnhandledPointTypeException::UnhandledPointTypeException |
( |
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: