point_cloud_library / 1.12.1 / classpcl_1_1_p_c_l_exception.html /

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

#include <pcl/exceptions.h>

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 throw ()
const char * getFunctionName () const throw ()
unsigned getLineNumber () const throw ()
const char * detailedMessage () const throw ()

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 63 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 67 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 107 of file exceptions.h.

detailedMessage()

const char* pcl::PCLException::detailedMessage ( ) const
throw (
)
inline

Definition at line 99 of file exceptions.h.

getFileName()

const char* pcl::PCLException::getFileName ( ) const
throw (
)
inline

Definition at line 81 of file exceptions.h.

References file_name_.

getFunctionName()

const char* pcl::PCLException::getFunctionName ( ) const
throw (
)
inline

Definition at line 87 of file exceptions.h.

References function_name_.

getLineNumber()

unsigned pcl::PCLException::getLineNumber ( ) const
throw (
)
inline

Definition at line 93 of file exceptions.h.

References line_number_.

Member Data Documentation

file_name_

const char* pcl::PCLException::file_name_
protected

Definition at line 127 of file exceptions.h.

Referenced by getFileName().

function_name_

const char* pcl::PCLException::function_name_
protected

Definition at line 128 of file exceptions.h.

Referenced by getFunctionName().

line_number_

unsigned pcl::PCLException::line_number_
protected

Definition at line 129 of file exceptions.h.

Referenced by getLineNumber().


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1_p_c_l_exception.html