OpenCV  3.4.6
Open Source Computer Vision
Public Member Functions | List of all members
cvflann::FLANNException Class Reference

#include <opencv2/flann/general.h>

Inheritance diagram for cvflann::FLANNException:
cv::Exception

Public Member Functions

 FLANNException (const char *message)
 
 FLANNException (const cv::String &message)
 
- Public Member Functions inherited from cv::Exception
 Exception ()
 
 Exception (int _code, const String &_err, const String &_func, const String &_file, int _line)
 
virtual ~Exception () throw ()
 
void formatMessage ()
 
virtual const char * what () const CV_OVERRIDE throw ()
 

Additional Inherited Members

- Public Attributes inherited from cv::Exception
int code
 error code More...
 
String err
 error description More...
 
String file
 source file name where the error has occurred More...
 
String func
 function name. Available only when the compiler supports getting it More...
 
int line
 line number in the source file where the error has occurred More...
 
String msg
 the formatted error message More...
 

Constructor & Destructor Documentation

§ FLANNException() [1/2]

cvflann::FLANNException::FLANNException ( const char *  message)
inline

§ FLANNException() [2/2]

cvflann::FLANNException::FLANNException ( const cv::String message)
inline

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