pcl::InitFailedException Class Reference

An exception thrown when init can not be performed should be used in all the PCLBase class inheritants. More...

#include <pcl/exceptions.h>

Inheritance diagram for pcl::InitFailedException:
Inheritance graph
[legend]
Collaboration diagram for pcl::InitFailedException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InitFailedException (const std::string &error_description="", const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw ()

Detailed Description

An exception thrown when init can not be performed should be used in all the PCLBase class inheritants.

Definition at line 195 of file exceptions.h.


Constructor & Destructor Documentation

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 198 of file exceptions.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends