1 #ifndef CARMA_UTIL_ILLEGALSTATEEXCEPTION_H
2 #define CARMA_UTIL_ILLEGALSTATEEXCEPTION_H
38 const char * filename,
54 const char * filename,
66 #endif // CARMA_UTIL_ILLEGALSTATEEXCEPTION_H
an exception indicating that an object is in an illegal state for the operation that was called on or...
IllegalStateException(const std::string &msgstr, const char *filename, int lineNo)
create an IllegalStateException Recommended usage CARMA_EXCEPTION(IllegalStateException, string msg);
Exception class for errors.
Exception class for errors The exception comes with a text string that can be printed or logged...