2 #ifndef CARMA_SERVICES_EPHEMERISEXCEPTION_H
3 #define CARMA_SERVICES_EPHEMERISEXCEPTION_H
41 const char * filename,
57 const char * filename,
69 #endif // CARMA_SERVICES_EPHEMERISEXCEPTION_H
An exception indicating that a unit conversion failed because the units were not conformable.
Exception class for errors.
EphemerisException(const std::string &msgstr, const char *filename, int lineNo)
create an EphemerisException Recommended usage CARMA_EXCEPTION(EphemerisException, string msg);
Exception class for errors The exception comes with a text string that can be printed or logged...