CARMA C++
SourceNotFoundException.h
Go to the documentation of this file.
1 #ifndef CARMA_SERVICES_SOURCENOTFOUNDEXCEPTION_H
2 #define CARMA_SERVICES_SOURCENOTFOUNDEXCEPTION_H
3 
18 
19 namespace carma {
20 namespace services {
21 
29 public:
30 
42  SourceNotFoundException(const std::string & msgstr,
43  const char * filename,
44  int lineNo);
45 
58  SourceNotFoundException(const std::ostringstream & msgstr,
59  const char * filename,
60  int lineNo);
61 
66 
67 };
68 
69 }
70 }
71 
72 #endif // CARMA_SERVICES_SOURCENOTFOUNDEXCEPTION_H
CatalogEntryNotFoundException class.
An exception indicating that a source could not be found in the catalog nor as solar system body...
An exception indicating that an entry could not be found in the given catalog.
SourceNotFoundException(const std::string &msgstr, const char *filename, int lineNo)
create an SourceNotFoundException Recommended usage CARMA_EXCEPTION(SourceNotFoundException, string msg);