6 #ifndef RTI_Exception_h
7 #define RTI_Exception_h
9 #include <RTI/SpecificConfig.h>
33 std::wstring what()
const
41 #define RTI_EXCEPTION(A) \
42 class RTI_EXPORT A : public Exception { \
44 A(std::wstring const & message) throw(); \
45 std::wstring what() const throw(); \
85 RTI_EXCEPTION(FederateServiceInvocationsAreBeingReportedViaMOM)
153 #endif // RTI_exception_h