1 #ifndef QPID_TYPES_EXCEPTION_H 2 #define QPID_TYPES_EXCEPTION_H 26 #include "qpid/types/ImportExport.h" 31 class QPID_TYPES_CLASS_EXTERN
Exception :
public std::exception
34 QPID_TYPES_EXTERN
explicit Exception(
const std::string& message=std::string())
throw();
35 QPID_TYPES_EXTERN
virtual ~
Exception()
throw();
36 QPID_TYPES_EXTERN
virtual const char* what()
const throw();
39 const std::string message;
Definition: Exception.h:31