Class OpenNI2Exception
Defined in File openni2_exception.h
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