#include <opencv2/flann/general.h>
|
| 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...
|
| |
◆ FLANNException() [1/2]
| cvflann::FLANNException::FLANNException |
( |
const char * |
message | ) |
|
|
inline |
◆ FLANNException() [2/2]
| cvflann::FLANNException::FLANNException |
( |
const cv::String & |
message | ) |
|
|
inline |
◆ formatMessage()
| void cv::Exception::formatMessage |
( |
| ) |
|
|
inherited |
◆ what()
| virtual const char* cv::Exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
virtualinherited |
◆ code
error code
- See also
- CVStatus
◆ err
| String cv::Exception::err |
|
inherited |
◆ 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
line number in the source file where the error has occurred
◆ msg
| String cv::Exception::msg |
|
inherited |
The documentation for this class was generated from the following file: