Public Member Functions | Public Attributes | List of all members
perf::TestBase::PerfSkipTestException Class Reference

#include <ts_perf.hpp>

Inherits cv::Exception.

Public Member Functions

virtual const char * what () const throw ()
 
void formatMessage ()
 

Public Attributes

string msg
 the formatted error message More...
 
int code
 error code More...
 
string err
 error description More...
 
string func
 function name. Available only when the compiler supports getting it More...
 
string file
 source file name where the error has occured More...
 
int line
 line number in the source file where the error has occured More...
 

Member Function Documentation

virtual const char* cv::Exception::what ( ) const
throw (
)
virtualinherited
Returns
the error description and the context as a text string.
void cv::Exception::formatMessage ( )
inherited

Member Data Documentation

string cv::Exception::msg
inherited

the formatted error message

int cv::Exception::code
inherited

error code

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

error description

string cv::Exception::func
inherited

function name. Available only when the compiler supports getting it

string cv::Exception::file
inherited

source file name where the error has occured

int cv::Exception::line
inherited

line number in the source file where the error has occured


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