Point Cloud Library (PCL)  1.3.1
Public Member Functions
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:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 PCLException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw ()
virtual ~PCLException () throw ()
const std::string & getFileName () const throw ()
const std::string & getFunctionName () const throw ()
unsigned getLineNumber () const throw ()
std::string detailedMessage () const throw ()

Detailed Description

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


Constructor & Destructor Documentation

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

Definition at line 53 of file exceptions.h.

virtual pcl::PCLException::~PCLException ( ) throw () [inline, virtual]

Definition at line 63 of file exceptions.h.


Member Function Documentation

std::string pcl::PCLException::detailedMessage ( ) const throw () [inline]

Definition at line 85 of file exceptions.h.

const std::string& pcl::PCLException::getFileName ( ) const throw () [inline]

Definition at line 67 of file exceptions.h.

const std::string& pcl::PCLException::getFunctionName ( ) const throw () [inline]

Definition at line 73 of file exceptions.h.

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

Definition at line 79 of file exceptions.h.


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