An exception that is thrown during an IO error (typical read/write errors)
More...
#include <pcl/exceptions.h>
|
| | IOException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () |
| |
| const std::string & | getFileName () const throw () |
| |
| const std::string & | getFunctionName () const throw () |
| |
| unsigned | getLineNumber () const throw () |
| |
| std::string | detailedMessage () const throw () |
| |
An exception that is thrown during an IO error (typical read/write errors)
Definition at line 156 of file exceptions.h.
| pcl::IOException::IOException |
( |
const std::string & |
error_description, |
|
|
const std::string & |
file_name = "", |
|
|
const std::string & |
function_name = "", |
|
|
unsigned |
line_number = 0 |
|
) |
| throw () |
|
inline |
| 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:
- /builddir/build/BUILD/PCL-1.6.0-Source/common/include/pcl/exceptions.h