CARMA C++
UnsupportedCoordSysException.h
Go to the documentation of this file.
1 
2 #ifndef CARMA_SERVICES_UNSUPPORTEDCOORDSYSEXCEPTION_H
3 #define CARMA_SERVICES_UNSUPPORTEDCOORDSYSEXCEPTION_H
4 
20 
21 namespace carma {
22 namespace services {
23 
29 public:
30 
43  UnsupportedCoordSysException(const std::string & msgstr,
44  const char * filename,
45  int lineNo);
46 
59  UnsupportedCoordSysException(const std::ostringstream & msgstr,
60  const char * filename,
61  int lineNo);
62 
67 
68 };
69 
70 }}
71 
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...