General exception class.
More...
#include <openni2_exception.h>
General exception class.
- Author
- Suat Gedikli
- Date
- 02.january 2011
Definition at line 57 of file openni2_exception.h.
openni2_wrapper::OpenNI2Exception::OpenNI2Exception |
( |
const std::string & |
function_name, |
|
|
const std::string & |
file_name, |
|
|
unsigned |
line_number, |
|
|
const std::string & |
message |
|
) |
| |
throw | ( | |
| ) | | |
openni2_wrapper::OpenNI2Exception::~OpenNI2Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
const std::string & openni2_wrapper::OpenNI2Exception::getFileName |
( |
| ) |
const |
throw | ( | |
| ) | | |
const std::string & openni2_wrapper::OpenNI2Exception::getFunctionName |
( |
| ) |
const |
throw | ( | |
| ) | | |
unsigned openni2_wrapper::OpenNI2Exception::getLineNumber |
( |
| ) |
const |
throw | ( | |
| ) | | |
const char * openni2_wrapper::OpenNI2Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
std::string openni2_wrapper::OpenNI2Exception::file_name_ |
|
protected |
std::string openni2_wrapper::OpenNI2Exception::function_name_ |
|
protected |
unsigned openni2_wrapper::OpenNI2Exception::line_number_ |
|
protected |
std::string openni2_wrapper::OpenNI2Exception::message_ |
|
protected |
std::string openni2_wrapper::OpenNI2Exception::message_long_ |
|
protected |
The documentation for this class was generated from the following files: