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