dmlite::DmException Class Reference
Base exception class.
More...
#include <exceptions.h>
List of all members.
Detailed Description
Base exception class.
Constructor & Destructor Documentation
dmlite::DmException::DmException |
( |
|
) |
|
dmlite::DmException::DmException |
( |
int |
code |
) |
|
dmlite::DmException::DmException |
( |
int |
code, |
|
|
const std::string & |
string | |
|
) |
| | |
dmlite::DmException::DmException |
( |
int |
code, |
|
|
const char * |
fmt, |
|
|
va_list |
args | |
|
) |
| | |
dmlite::DmException::DmException |
( |
int |
code, |
|
|
const char * |
fmt, |
|
|
|
... | |
|
) |
| | |
dmlite::DmException::DmException |
( |
const DmException & |
de |
) |
|
virtual dmlite::DmException::~DmException |
( |
|
) |
throw () [virtual] |
Member Function Documentation
int dmlite::DmException::code |
( |
|
) |
const throw () |
void dmlite::DmException::setMessage |
( |
const char * |
fmt, |
|
|
va_list |
args | |
|
) |
| | [protected] |
const char* dmlite::DmException::what |
( |
|
) |
const throw () |
Member Data Documentation
The documentation for this class was generated from the following file: