1 #ifndef CARMA_UTIL_EOFEXCEPTION_H
2 #define CARMA_UTIL_EOFEXCEPTION_H
37 const char * filename,
52 const char * filename,
65 #endif // CARMA_UTIL_EOFEXCEPTION_H
EOFException(const std::string &msgstr, const char *filename, int lineNo)
create a EOFException Suggested usage CARMA_EXCEPTION(EOFException, string msg);
Exception class for errors.
An exception indicating that the end of file marker has been reached.
Exception class for errors The exception comes with a text string that can be printed or logged...