OpenCV  3.2.0-dev
Open Source Computer Vision
cvflann::FLANNException Class Reference

#include "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 throw ()
 

Public Attributes

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...
 

Constructor & Destructor Documentation

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

Member Function Documentation

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.

Member Data Documentation

int cv::Exception::code
inherited

error code

See also
CVStatus
String cv::Exception::err
inherited

error description

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

int cv::Exception::line
inherited

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: