CARMA C++
IncompatibleFrameDataError.h
1 #ifndef CARMA_MONITOR_INCOMPATIBLEFRAMEDATAERROR_H
2 #define CARMA_MONITOR_INCOMPATIBLEFRAMEDATAERROR_H
3 
5 
6 
7 namespace carma {
8 namespace monitor {
9 
10 
11 class IncompatibleFrameDataError : public carma::util::ErrorException {
12  public:
19  IncompatibleFrameDataError( const ::std::string & msg,
20  const char * filename,
21  int lineNo );
22 };
23 
24 
25 } // namespace carma::monitor
26 } // namespace carma
27 
28 
29 #endif
Exception class for errors.
Exception class for errors The exception comes with a text string that can be printed or logged...