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