An exception thrown when init can not be performed should be used in all the PCLBase class inheritants. More...
#include <exceptions.h>
Public Member Functions | |
InitFailedException (const std::string &error_description="", const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () |
An exception thrown when init can not be performed should be used in all the PCLBase class inheritants.
Definition at line 171 of file common/include/pcl/exceptions.h.
pcl::InitFailedException::InitFailedException | ( | const std::string & | error_description = "" , |
const std::string & | file_name = "" , |
||
const std::string & | function_name = "" , |
||
unsigned | line_number = 0 |
||
) | throw () [inline] |
Definition at line 174 of file common/include/pcl/exceptions.h.