|
Point Cloud Library (PCL) 1.15.1
|
General IO exception class. More...
#include <pcl/io/io_exception.h>
Public Member Functions | |
| IOException (const std::string &function_name, const std::string &file_name, unsigned line_number, const std::string &message) | |
| ~IOException () noexcept override | |
| IOException & | operator= (const IOException &exception) |
| const char * | what () const noexcept override |
| const std::string & | getFunctionName () const |
| const std::string & | getFileName () const |
| unsigned | getLineNumber () const |
Protected Attributes | |
| std::string | function_name_ |
| std::string | file_name_ |
| unsigned | line_number_ |
| std::string | message_ |
| std::string | message_long_ |
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 ) |
Referenced by operator=(), pcl::io::throwIOException(), and ~IOException().
|
overridenoexcept |
References IOException().
| const std::string & pcl::io::IOException::getFileName | ( | ) | const |
References getFileName().
Referenced by getFileName().
| const std::string & pcl::io::IOException::getFunctionName | ( | ) | const |
References getFunctionName().
Referenced by getFunctionName().
| unsigned pcl::io::IOException::getLineNumber | ( | ) | const |
References getLineNumber().
Referenced by getLineNumber().
| IOException & pcl::io::IOException::operator= | ( | const IOException & | exception | ) |
References IOException().
|
overridenoexcept |
|
protected |
Definition at line 89 of file io_exception.h.
|
protected |
Definition at line 88 of file io_exception.h.
|
protected |
Definition at line 90 of file io_exception.h.
|
protected |
Definition at line 91 of file io_exception.h.
|
protected |
Definition at line 92 of file io_exception.h.