Class OpenNI2Exception

Inheritance Relationships

Base Type

  • public std::exception

Class Documentation

class OpenNI2Exception : public std::exception

General exception class.

Author

Suat Gedikli

Date

02.january 2011

Public Functions

OpenNI2Exception(const std::string &function_name, const std::string &file_name, unsigned line_number, const std::string &message)
virtual ~OpenNI2Exception()
OpenNI2Exception &operator=(const OpenNI2Exception &exception)
virtual const char *what() const
const std::string &getFunctionName() const
const std::string &getFileName() const
unsigned getLineNumber() const

Protected Attributes

std::string function_name_
std::string file_name_
unsigned line_number_
std::string message_
std::string message_long_