Go to the documentation of this file.
4 #ifndef DMLITE_CPP_EXCEPTIONS_H
5 #define DMLITE_CPP_EXCEPTIONS_H
22 DmException(
int code,
const char* fmt, va_list args);
29 int code()
const throw();
30 const char*
what()
const throw();
36 void setMessage(
const char* fmt, va_list args);
41 #endif // DMLITE_CPP_EXCEPTIONS_H