#include <exceptions.h>
Public Member Functions | |
DmException () | |
DmException (int code) | |
DmException (int code, const std::string &string) | |
DmException (int code, const char *fmt, va_list args) | |
DmException (int code, const char *fmt,...) | |
DmException (const DmException &de) | |
virtual | ~DmException () throw () |
int | code () const throw () |
const char * | what () const throw () |
Protected Member Functions | |
void | setMessage (const char *fmt, va_list args) |
Protected Attributes | |
int | errorCode_ |
std::string | errorMsg_ |
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 | ( | const DmException & | de | ) |
DmException::~DmException | ( | ) | throw () [virtual] |
int DmException::code | ( | ) | const throw () |
void DmException::setMessage | ( | const char * | fmt, | |
va_list | args | |||
) | [protected] |
const char * DmException::what | ( | ) | const throw () |
int dmlite::DmException::errorCode_ [protected] |
std::string dmlite::DmException::errorMsg_ [protected] |