1 #ifndef CARMA_DBMS_MPMLEXCEPTION_H
2 #define CARMA_DBMS_MPMLEXCEPTION_H
38 const char * filename,
53 const char * filename,
66 #endif // CARMA_DBMS_MPMLEXCEPTION_H
an exception indicating that there is a problem with the structure of an mpml document ...
Exception class for errors.
MPMLException(const std::string &msgstr, const char *filename, int lineNo)
create an MPMLException Suggested usage CARMA_EXCEPTION(MPMLException, string msg); ...
Exception class for errors The exception comes with a text string that can be printed or logged...