General IO exception class.
More...
#include <pcl/io/io_exception.h>
General IO exception class.
Definition at line 62 of file io_exception.h.
pcl::io::IOException::IOException |
( |
const std::string & |
function_name, |
|
|
const std::string & |
file_name, |
|
|
unsigned |
line_number, |
|
|
const std::string & |
message |
|
) |
| |
pcl::io::IOException::~IOException |
( |
| ) |
|
|
overridenoexcept |
const std::string& pcl::io::IOException::getFileName |
( |
| ) |
const |
const std::string& pcl::io::IOException::getFunctionName |
( |
| ) |
const |
unsigned pcl::io::IOException::getLineNumber |
( |
| ) |
const |
const char* pcl::io::IOException::what |
( |
| ) |
const |
|
overridenoexcept |
std::string pcl::io::IOException::file_name_ |
|
protected |
std::string pcl::io::IOException::function_name_ |
|
protected |
unsigned pcl::io::IOException::line_number_ |
|
protected |
std::string pcl::io::IOException::message_ |
|
protected |
std::string pcl::io::IOException::message_long_ |
|
protected |
The documentation for this class was generated from the following file: