Go to the documentation of this file.
4 #ifndef DMLITE_CPP_EXCEPTIONS_H
5 #define DMLITE_CPP_EXCEPTIONS_H
10 #include "../common/errno.h"
20 DmException(
int code,
const char* fmt, va_list args);
27 int code()
const throw();
28 const char*
what()
const throw();
34 void setMessage(
const char* fmt, va_list args);
39 #endif // DMLITE_CPP_EXCEPTIONS_H