Base exception class.
More...
#include <exceptions.h>
◆ DmException() [1/6]
| dmlite::DmException::DmException |
( |
| ) |
|
◆ DmException() [2/6]
| dmlite::DmException::DmException |
( |
int | code | ) |
|
◆ DmException() [3/6]
| dmlite::DmException::DmException |
( |
int | code, |
|
|
const std::string & | string ) |
◆ DmException() [4/6]
| dmlite::DmException::DmException |
( |
int | code, |
|
|
const char * | fmt, |
|
|
va_list | args ) |
◆ DmException() [5/6]
| dmlite::DmException::DmException |
( |
int | code, |
|
|
const char * | fmt, |
|
|
| ... ) |
◆ DmException() [6/6]
| dmlite::DmException::DmException |
( |
const DmException & | de | ) |
|
◆ ~DmException()
| virtual dmlite::DmException::~DmException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ code()
| int dmlite::DmException::code |
( |
| ) |
const |
| throw | ( | ) | | | |
◆ report()
| void dmlite::DmException::report |
( |
| ) |
const |
| throw | ( | ) | | | |
◆ setMessage()
| void dmlite::DmException::setMessage |
( |
const char * | fmt, |
|
|
va_list | args ) |
|
protected |
◆ what()
| const char * dmlite::DmException::what |
( |
| ) |
const |
| throw | ( | ) | | | |
◆ errorCode_
| int dmlite::DmException::errorCode_ |
|
protected |
◆ errorMsg_
| std::string dmlite::DmException::errorMsg_ |
|
protected |
◆ stacktrace_
| std::string dmlite::DmException::stacktrace_ |
|
protected |
The documentation for this class was generated from the following file: