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