Point Cloud Library (PCL)
1.3.1
|
/brief /ingroup io More...
#include <pcl/io/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) | |
const std::string & | getFileName () const throw () |
const std::string & | getFunctionName () const throw () |
unsigned | getLineNumber () const throw () |
std::string | detailedMessage () const throw () |
/brief /ingroup io
pcl::PCLIOException::PCLIOException | ( | const std::string & | error_description, |
const std::string & | file_name = "" , |
||
const std::string & | function_name = "" , |
||
unsigned | line_number = 0 |
||
) | [inline] |
Definition at line 56 of file pcl_io_exception.h.
std::string pcl::PCLException::detailedMessage | ( | ) | const throw () [inline, inherited] |
Definition at line 85 of file exceptions.h.
const std::string& pcl::PCLException::getFileName | ( | ) | const throw () [inline, inherited] |
Definition at line 67 of file exceptions.h.
const std::string& pcl::PCLException::getFunctionName | ( | ) | const throw () [inline, inherited] |
Definition at line 73 of file exceptions.h.
unsigned pcl::PCLException::getLineNumber | ( | ) | const throw () [inline, inherited] |
Definition at line 79 of file exceptions.h.