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.
◆ OpenNI2Exception()
openni2_wrapper::OpenNI2Exception::OpenNI2Exception |
( |
const std::string & |
function_name, |
|
|
const std::string & |
file_name, |
|
|
unsigned |
line_number, |
|
|
const std::string & |
message |
|
) |
| |
throw | ( | |
| ) | | |
◆ ~OpenNI2Exception()
openni2_wrapper::OpenNI2Exception::~OpenNI2Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ getFileName()
const std::string & openni2_wrapper::OpenNI2Exception::getFileName |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ getFunctionName()
const std::string & openni2_wrapper::OpenNI2Exception::getFunctionName |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ getLineNumber()
unsigned openni2_wrapper::OpenNI2Exception::getLineNumber |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ operator=()
◆ what()
const char * openni2_wrapper::OpenNI2Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ file_name_
std::string openni2_wrapper::OpenNI2Exception::file_name_ |
|
protected |
◆ function_name_
std::string openni2_wrapper::OpenNI2Exception::function_name_ |
|
protected |
◆ line_number_
unsigned openni2_wrapper::OpenNI2Exception::line_number_ |
|
protected |
◆ message_
std::string openni2_wrapper::OpenNI2Exception::message_ |
|
protected |
◆ message_long_
std::string openni2_wrapper::OpenNI2Exception::message_long_ |
|
protected |
The documentation for this class was generated from the following files: