CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
SpectralLineNotFoundException.h
Go to the documentation of this file.
1
#ifndef CARMA_SERVICES_SPECTRALLINENOTFOUNDEXCEPTION_H
2
#define CARMA_SERVICES_SPECTRALLINENOTFOUNDEXCEPTION_H
3
16
#include "
carma/services/CatalogEntryNotFoundException.h
"
17
18
namespace
carma {
19
namespace
services {
20
26
class
SpectralLineNotFoundException
:
27
public
carma::services::CatalogEntryNotFoundException
{
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
65
SpectralLineNotFoundException
(
const
SpectralLineNotFoundException
& ex);
66
67
};
68
69
}
70
}
71
72
#endif // CARMA_SERVICES_SPECTRALLINENOTFOUNDEXCEPTION_H
CatalogEntryNotFoundException.h
CatalogEntryNotFoundException class.
carma::services::SpectralLineNotFoundException
An exception indicating that a spectral line could not be found in the catalog.
Definition:
SpectralLineNotFoundException.h:26
carma::services::CatalogEntryNotFoundException
An exception indicating that an entry could not be found in the given catalog.
Definition:
CatalogEntryNotFoundException.h:26
carma::services::SpectralLineNotFoundException::SpectralLineNotFoundException
SpectralLineNotFoundException(const std::string &msgstr, const char *filename, int lineNo)
create an SpectralLineNotFoundException Recommended usage CARMA_EXCEPTION(SpectralLineNotFoundExcepti...
carma
services
SpectralLineNotFoundException.h
Generated by
1.8.5