121 * @brief inline function used by the macro THROW_OPENNI_EXCEPTION to create an instance of OpenNIException with correct values for function, file and line_number
122 * @param[in] function_name the function name. Will be filled in by the macro THROW_OPENNI_EXCEPTION
123 * @param[in] file_name the file name. Will be filled in by the macro THROW_OPENNI_EXCEPTION
124 * @param[in] line_number the line number. Will be filled in by the macro THROW_OPENNI_EXCEPTION
125 * @param[in] format the printf-style format string
126 * @param[in] ... optional arguments for the printf style format.