Base exception class for I/O operations. More...
#include <pcl_io_exception.h>
Public Member Functions | |
PCLIOException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) | |
Constructor. |
Base exception class for I/O operations.
Definition at line 55 of file pcl_io_exception.h.
pcl::PCLIOException::PCLIOException | ( | const std::string & | error_description, |
const std::string & | file_name = "" , |
||
const std::string & | function_name = "" , |
||
unsigned | line_number = 0 |
||
) | [inline] |
Constructor.
[in] | error_description | a string describing the error |
[in] | file_name | the name of the file where the exception was caused |
[in] | function_name | the name of the method where the exception was caused |
[in] | line_number | the number of the line where the exception was caused |
Definition at line 64 of file pcl_io_exception.h.