#include <inotify-cxx.h>
Public Member Functions | |
InotifyException (const std::string &rMsg="", int iErr=0, void *pSrc=NULL) | |
Constructor. | |
const std::string & | GetMessage () const |
Returns the exception message. | |
int | GetErrorNumber () const |
Returns the exception error number. | |
void * | GetSource () const |
Returns the exception source. | |
Protected Attributes | |
std::string | m_msg |
message | |
int | m_err |
error number | |
void * | m_pSrc |
source |
|
Constructor.
|
|
Returns the exception error number. If not applicable this value is 0 (zero).
|
|
Returns the exception message.
|
|
Returns the exception source.
|
|
error number
|
|
message
|
|
source
|