OpenCV
4.0.0
Open Source Computer Vision
|
#include "general.h"
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... | |
|
inline |
|
inline |