CARMA C++
CatalogEntryNotFoundException.h
Go to the documentation of this file.
1 #ifndef CARMA_SERVICES_CATALOGENTRYNOTFOUNDEXCEPTION_H
2 #define CARMA_SERVICES_CATALOGENTRYNOTFOUNDEXCEPTION_H
3 
17 
18 namespace carma {
19 namespace services {
20 
27 public:
28 
41  CatalogEntryNotFoundException(const std::string & msgstr,
42  const char * filename,
43  int lineNo);
44 
57  CatalogEntryNotFoundException(const std::ostringstream & msgstr,
58  const char * filename,
59  int lineNo);
60 
65 
66 };
67 
68 }
69 }
70 
71 #endif // CARMA_SERVICES_CATALOGENTRYNOTFOUNDEXCEPTION_H
CatalogEntryNotFoundException(const std::string &msgstr, const char *filename, int lineNo)
create an CatalogEntryNotFoundException Recommended usage CARMA_EXCEPTION(CatalogEntryNotFoundExcepti...
an exception indicating that a look-up operation failed find a match to the inputs.
An exception indicating that an entry could not be found in the given catalog.
NotFoundException class.