1 #ifndef CARMA_UTIL_NOTFOUNDEXCEPTION_H
2 #define CARMA_UTIL_NOTFOUNDEXCEPTION_H
38 const char * filename,
53 const char * filename,
66 #endif // CARMA_UTIL_NOTFOUNDEXCEPTION_H
Exception class for errors.
an exception indicating that a look-up operation failed find a match to the inputs.
Exception class for errors The exception comes with a text string that can be printed or logged...
NotFoundException(const std::string &msgstr, const char *filename, int lineNo)
create a NotFoundException Suggested usage CARMA_EXCEPTION(NotFoundException, string msg); ...