1 #ifndef CARMA_UTIL_FILEEXISTSEXCEPTION_H
2 #define CARMA_UTIL_FILEEXISTSEXCEPTION_H
37 const char * filename,
52 const char * filename,
65 #endif // CARMA_UTIL_FILEEXISTSEXCEPTION_H
Exception class for errors.
An exception indicating that a file you wish to create already exists.
Exception class for errors The exception comes with a text string that can be printed or logged...
FileExistsException(const std::string &msgstr, const char *filename, int lineNo)
create a FileExistsException Suggested usage CARMA_EXCEPTION(FileExistsException, string msg); ...