Exception class recording an error raised by a Quixtream API function.
More...
#include <Qxtrm_driver.h>
Exception class recording an error raised by a Quixtream API function.
Definition at line 75 of file Qxtrm_driver.h.
qxtrmException::qxtrmException |
( |
const char * |
message | ) |
|
|
inlineexplicit |
qxtrmException::qxtrmException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
qxtrmException::qxtrmException |
( |
int |
qxtrm_status, |
|
|
const std::string & |
message = "" , |
|
|
Quixtream * |
qx = NULL , |
|
|
int |
chan = INVALID_QXTRM_CHANNEL |
|
) |
| |
|
inlineexplicit |
- Parameters
-
[in] | qxtrm_status | qxtrmStatus error code returned by the Quixtream API function |
[in] | message | additional text about how/where the error occurred |
[in] | qx | pointer to Quixtream instance raising error |
[in] | chan | Channel raising error. If both qx and chan are supplied then qxtrmChannelStatusMessage() may be called for additional error information |
Definition at line 84 of file Qxtrm_driver.h.
The documentation for this class was generated from the following file: