class cvflann::FLANNException

#include <general.h>

class FLANNException: public cv::Exception
{
public:
    // construction

    FLANNException(const char* message);
    FLANNException(const cv::String& message);
};

Inherited Members

public:
    // fields

    int code;
    String err;
    String file;
    String func;
    int line;
    String msg;

    // methods

    void
    formatMessage();

    virtual
    const char*
    what() const;