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