OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cvflann::FLANNException Class Reference

#include <opencv2/flann/general.h>

Inheritance diagram for cvflann::FLANNException:
Collaboration diagram for cvflann::FLANNException:

Public Member Functions

 FLANNException (const char *message)
 
 FLANNException (const cv::String &message)
 
void formatMessage ()
 
virtual const char * what () const CV_OVERRIDE throw ()
 

Public Attributes

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

Member Function Documentation

◆ formatMessage()

void cv::Exception::formatMessage ( )
inherited

◆ what()

virtual const char* cv::Exception::what ( ) const
throw (
)
virtualinherited
Returns
the error description and the context as a text string.
Examples:
samples/tapi/hog.cpp.

Member Data Documentation

◆ code

int cv::Exception::code
inherited

error code

See also
CVStatus

◆ err

String cv::Exception::err
inherited

error description

◆ file

String cv::Exception::file
inherited

source file name where the error has occurred

◆ func

String cv::Exception::func
inherited

function name. Available only when the compiler supports getting it

◆ line

int cv::Exception::line
inherited

line number in the source file where the error has occurred

◆ msg

String cv::Exception::msg
inherited

the formatted error message

Examples:
samples/cpp/pca.cpp.

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