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