OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
cvflann::FLANNException Class Reference

#include "general.h"

Inheritance diagram for cvflann::FLANNException:
cv::Exception

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

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