Base exception class for I/O operations.
More...
#include <pcl/io/pcl_io_exception.h>
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.
- Parameters
-
| [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.
| std::string pcl::PCLException::detailedMessage |
( |
) | |
const |
| throw | ( | |
| ) | | |
|
inlineinherited |
| const std::string& pcl::PCLException::getFileName |
( |
) | |
const |
| throw | ( | |
| ) | | |
|
inlineinherited |
| const std::string& pcl::PCLException::getFunctionName |
( |
) | |
const |
| throw | ( | |
| ) | | |
|
inlineinherited |
| unsigned pcl::PCLException::getLineNumber |
( |
) | |
const |
| throw | ( | |
| ) | | |
|
inlineinherited |
The documentation for this class was generated from the following file: