#include "general.h"
|
| int | code |
| | error code More...
|
| |
| String | err |
| | error description More...
|
| |
| String | file |
| | source file name where the error has occured 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 occured More...
|
| |
| String | msg |
| | the formatted error message More...
|
| |
| cvflann::FLANNException::FLANNException |
( |
const char * |
message | ) |
|
|
inline |
| cvflann::FLANNException::FLANNException |
( |
const cv::String & |
message | ) |
|
|
inline |
| void cv::Exception::formatMessage |
( |
| ) |
|
|
inherited |
| virtual const char* cv::Exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
virtualinherited |
- Returns
- the error description and the context as a text string.
| String cv::Exception::err |
|
inherited |
| String cv::Exception::file |
|
inherited |
source file name where the error has occured
| String cv::Exception::func |
|
inherited |
function name. Available only when the compiler supports getting it
line number in the source file where the error has occured
| String cv::Exception::msg |
|
inherited |
the formatted error message
- Examples:
- pca.cpp.
The documentation for this class was generated from the following file:
- flann/include/opencv2/flann/general.h