1 #ifndef CARMA_TIPPER_DEVICE_EXCEPTION_H
2 #define CARMA_TIPPER_DEVICE_EXCEPTION_H
39 TipperDeviceException(
40 const std::string & msgstr,
41 const char * filename,
55 TipperDeviceException(
56 const std::ostringstream & msgstr,
57 const char * filename,
64 TipperDeviceException(
const TipperDeviceException & ex);
73 #endif // CARMA_TIPPER_DEVICE_EXCEPTION_H
Exception class for errors.
Exception class for errors The exception comes with a text string that can be printed or logged...