6 #ifndef RTI_Exception_h
7 #define RTI_Exception_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
#define RTI_EXPORT
Definition: SpecificConfig.h:55
Definition: Exception.h:18
#define RTI_EXCEPTION(A)
Definition: Exception.h:41
This file contains definitions that are used to isolate platform-specific elements of the API...
std::wostream RTI_EXPORT & operator<<(std::wostream &, Exception const &)