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