30 #ifndef SDHEXCEPTION_H_ 31 #define SDHEXCEPTION_H_ 110 char const *c_str() const;
114 VCC_EXPORT
std::ostream &operator<<(
std::ostream &stream,
cMsg const &msg);
198 virtual const char* what()
const throw();
210 : cSDHLibraryException(
"cSDHErrorCommunication", _msg )
214 : cSDHLibraryException( _type, _msg )
cMsg msg
The message object.
VCC_EXPORT std::ostream & operator<<(std::ostream &stream, cMsg const &msg)
cSDHErrorCommunication(char const *_type, cMsg const &_msg)
#define NAMESPACE_SDH_START
Base class for exceptions in the SDHLibrary-CPP.
cSDHErrorCommunication(cMsg const &_msg)
#define SDH__attribute__(...)
#define NAMESPACE_SDH_END
Derived exception class for exceptions related to communication between the SDHLibrary and the SDH...
This file contains settings to make the SDHLibrary compile on differen systems:
Class for short, fixed maximum length text messages.