W3cubDocs

/PointCloudLibrary

An exception that is thrown when the arguments number or type is wrong/unhandled. More...

#include <pcl/exceptions.h>

Public Member Functions

BadArgumentException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)
- Public Member Functions inherited from pcl::PCLException
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 ()

Additional Inherited Members

- Static Protected Member Functions inherited from pcl::PCLException
static std::string createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number)
- Protected Attributes inherited from pcl::PCLException
const char * file_name_
const char * function_name_
unsigned line_number_

Detailed Description

An exception that is thrown when the arguments number or type is wrong/unhandled.

Definition at line 255 of file exceptions.h.

Constructor & Destructor Documentation

BadArgumentException()

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

Definition at line 258 of file exceptions.h.


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_bad_argument_exception.html