Go to the documentation of this file.
4 #ifndef DMLITE_CPP_EXCEPTIONS_H
5 #define DMLITE_CPP_EXCEPTIONS_H
7 #include "dmlite/common/config.h"
30 const
char*
what() const throw();
45 #endif // DMLITE_CPP_EXCEPTIONS_H
DmException(int code, const char *fmt,...)
const char * what() const
std::string stacktrace_
Definition: exceptions.h:38
DmException(int code, const std::string &string)
DmException(const DmException &de)
int errorCode_
Definition: exceptions.h:36
void setMessage(const char *fmt, va_list args)
Base exception class.
Definition: exceptions.h:17
DmException(int code, const char *fmt, va_list args)
Namespace for the dmlite C++ API.
Definition: authn.h:15
std::string errorMsg_
Definition: exceptions.h:37