|
Point Cloud Library (PCL) 1.15.1
|
An exception that is thrown during an IO error (typical read/write errors). More...
#include <pcl/exceptions.h>
Public Member Functions | |
| IOException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) | |
| Public Member Functions inherited from pcl::PCLException | |
| 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 |
Additional Inherited Members | |
| Static Protected Member Functions inherited from pcl::PCLException | |
| static std::string | createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number) |
| Protected Attributes inherited from pcl::PCLException | |
| const char * | file_name_ |
| const char * | function_name_ |
| unsigned | line_number_ |
An exception that is thrown during an IO error (typical read/write errors).
Definition at line 181 of file exceptions.h.
|
inline |
Definition at line 185 of file exceptions.h.
References pcl::PCLException::PCLException().