cv::Exception Class Reference

#include <cxcore.hpp>

Inherits std::exception.

List of all members.

Public Member Functions

 Exception ()
 Exception (int _code, const string &_err, const string &_func, const string &_file, int _line)
virtual ~Exception () throw ()
virtual const char * what () const throw ()
void formatMessage ()

Public Attributes

string msg
int code
string err
string func
string file
int line

Constructor & Destructor Documentation

cv::Exception::Exception (  )
cv::Exception::Exception ( int  _code,
const string &  _err,
const string &  _func,
const string &  _file,
int  _line 
)
virtual cv::Exception::~Exception (  ) throw () [virtual]

Member Function Documentation

virtual const char* cv::Exception::what (  ) const throw () [virtual]
void cv::Exception::formatMessage (  )

Member Data Documentation


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