Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Static Protected Member Functions | Protected Attributes
pcl::PCLException Class Reference

A base class for all pcl exceptions which inherits from std::runtime_error. More...

#include <pcl/exceptions.h>

+ Inheritance diagram for pcl::PCLException:
+ Collaboration diagram for pcl::PCLException:

Public Member Functions

 PCLException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)
 
const char * getFileName () const noexcept
 
const char * getFunctionName () const noexcept
 
unsigned getLineNumber () const noexcept
 
const char * detailedMessage () const noexcept
 

Static Protected Member Functions

static std::string createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number)
 

Protected Attributes

const char * file_name_
 
const char * function_name_
 
unsigned line_number_
 

Detailed Description

A base class for all pcl exceptions which inherits from std::runtime_error.

Author
Eitan Marder-Eppstein, Suat Gedikli, Nizar Sallem

Definition at line 65 of file exceptions.h.

Constructor & Destructor Documentation

◆ PCLException()

pcl::PCLException::PCLException ( const std::string &  error_description,
const char *  file_name = nullptr,
const char *  function_name = nullptr,
unsigned  line_number = 0 
)
inline

Definition at line 69 of file exceptions.h.

Member Function Documentation

◆ createDetailedMessage()

static std::string pcl::PCLException::createDetailedMessage ( const std::string &  error_description,
const char *  file_name,
const char *  function_name,
unsigned  line_number 
)
inlinestaticprotected

Definition at line 109 of file exceptions.h.

◆ detailedMessage()

const char* pcl::PCLException::detailedMessage ( ) const
inlinenoexcept

Definition at line 101 of file exceptions.h.

◆ getFileName()

const char* pcl::PCLException::getFileName ( ) const
inlinenoexcept

Definition at line 83 of file exceptions.h.

References file_name_.

◆ getFunctionName()

const char* pcl::PCLException::getFunctionName ( ) const
inlinenoexcept

Definition at line 89 of file exceptions.h.

References function_name_.

◆ getLineNumber()

unsigned pcl::PCLException::getLineNumber ( ) const
inlinenoexcept

Definition at line 95 of file exceptions.h.

References line_number_.

Member Data Documentation

◆ file_name_

const char* pcl::PCLException::file_name_
protected

Definition at line 129 of file exceptions.h.

Referenced by getFileName().

◆ function_name_

const char* pcl::PCLException::function_name_
protected

Definition at line 130 of file exceptions.h.

Referenced by getFunctionName().

◆ line_number_

unsigned pcl::PCLException::line_number_
protected

Definition at line 131 of file exceptions.h.

Referenced by getLineNumber().


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