Public Member Functions | Protected Attributes | List of all members
openni_wrapper::OpenNIException Class Reference

General exception class. More...

#include <openni_exception.h>

Inheritance diagram for openni_wrapper::OpenNIException:
Inheritance graph
[legend]

Public Member Functions

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

Protected Attributes

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

Detailed Description

General exception class.

Author
Suat Gedikli
Date
02.january 2011

Definition at line 58 of file openni_exception.h.

Constructor & Destructor Documentation

openni_wrapper::OpenNIException::OpenNIException ( const std::string &  function_name,
const std::string &  file_name,
unsigned  line_number,
const std::string &  message 
)
throw (
)

Definition at line 43 of file openni_exception.cpp.

openni_wrapper::OpenNIException::~OpenNIException ( )
throw (
)
virtual

Definition at line 54 of file openni_exception.cpp.

Member Function Documentation

const std::string & openni_wrapper::OpenNIException::getFileName ( ) const
throw (
)

Definition at line 74 of file openni_exception.cpp.

const std::string & openni_wrapper::OpenNIException::getFunctionName ( ) const
throw (
)

Definition at line 69 of file openni_exception.cpp.

unsigned openni_wrapper::OpenNIException::getLineNumber ( ) const
throw (
)

Definition at line 79 of file openni_exception.cpp.

OpenNIException & openni_wrapper::OpenNIException::operator= ( const OpenNIException exception)
throw (
)

Definition at line 58 of file openni_exception.cpp.

const char * openni_wrapper::OpenNIException::what ( ) const
throw (
)
virtual

Definition at line 64 of file openni_exception.cpp.

Member Data Documentation

std::string openni_wrapper::OpenNIException::file_name_
protected

Definition at line 71 of file openni_exception.h.

std::string openni_wrapper::OpenNIException::function_name_
protected

Definition at line 70 of file openni_exception.h.

unsigned openni_wrapper::OpenNIException::line_number_
protected

Definition at line 72 of file openni_exception.h.

std::string openni_wrapper::OpenNIException::message_
protected

Definition at line 73 of file openni_exception.h.

std::string openni_wrapper::OpenNIException::message_long_
protected

Definition at line 74 of file openni_exception.h.


The documentation for this class was generated from the following files:


openni_camera
Author(s): Patrick Mihelich, Suat Gedikli, Radu Bogdan Rusu
autogenerated on Mon Jun 10 2019 14:15:54