BitmapToolkit Scol plugin
|
#include <exceptions.h>
Public Member Functions | |
Exception () | |
Exception (int _code, const std::string &_err, const std::string &_func, const std::string &_file, int _line) | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
void | formatMessage () |
Public Attributes | |
std::string | msg |
the formatted error message | |
int | code |
error code | |
std::string | err |
error description | |
std::string | func |
function name. Available only when the compiler supports func macro | |
std::string | file |
source file name where the error has occured | |
int | line |
line number in the source file where the error has occured | |
Detailed Description
The standard exception class.
Definition at line 59 of file exceptions.h.
Constructor & Destructor Documentation
◆ Exception() [1/2]
|
inline |
Default constructor
Definition at line 65 of file exceptions.h.
◆ Exception() [2/2]
|
inline |
Full constructor. Normally the constuctor is not called explicitly. Instead, the macros CV_Error(), CV_Error_() and CV_Assert() are used.
Definition at line 73 of file exceptions.h.
◆ ~Exception()
|
inlinevirtual |
Definition at line 78 of file exceptions.h.
Member Function Documentation
◆ formatMessage()
|
inline |
Definition at line 86 of file exceptions.h.
◆ what()
|
inlinevirtual |
- Returns
- the error description and the context as a text string.
Definition at line 83 of file exceptions.h.
Member Data Documentation
◆ code
int raspicam::Exception::code |
◆ err
std::string raspicam::Exception::err |
error description
Definition at line 97 of file exceptions.h.
◆ file
std::string raspicam::Exception::file |
source file name where the error has occured
Definition at line 99 of file exceptions.h.
◆ func
std::string raspicam::Exception::func |
function name. Available only when the compiler supports func macro
Definition at line 98 of file exceptions.h.
◆ line
int raspicam::Exception::line |
line number in the source file where the error has occured
Definition at line 100 of file exceptions.h.
◆ msg
std::string raspicam::Exception::msg |
the formatted error message
Definition at line 94 of file exceptions.h.
The documentation for this class was generated from the following file:
- include/raspicam/exceptions.h
Generated by 1.9.8