OpenCV  4.1.0
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
 
String err
 error description
 
String file
 source file name where the error has occurred
 
String func
 function name. Available only when the compiler supports getting it
 
int line
 line number in the source file where the error has occurred
 
String msg
 the formatted error message
 

Constructor & Destructor Documentation

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

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