Point Cloud Library (PCL)  1.7.0
Public Member Functions
pcl::InvalidConversionException Class Reference

An exception that is thrown when a PCLPointCloud2 message cannot be converted into a PCL type. More...

#include <pcl/exceptions.h>

+ Inheritance diagram for pcl::InvalidConversionException:

List of all members.

Public Member Functions

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

Detailed Description

An exception that is thrown when a PCLPointCloud2 message cannot be converted into a PCL type.

Definition at line 137 of file exceptions.h.


Constructor & Destructor Documentation

pcl::InvalidConversionException::InvalidConversionException ( const std::string &  error_description,
const std::string &  file_name = "",
const std::string &  function_name = "",
unsigned  line_number = 0 
) throw () [inline]

Definition at line 141 of file exceptions.h.


The documentation for this class was generated from the following file: