activemq-cpp-3.8.2
MessageFormatException.h
Go to the documentation of this file.
1 
18 #ifndef _CMS_MESSAGEFORMATEXCEPTION_H_
19 #define _CMS_MESSAGEFORMATEXCEPTION_H_
20 
21 #include <cms/Config.h>
22 #include <cms/CMSException.h>
23 
24 namespace cms {
25 
36  public:
37 
39 
41 
42  MessageFormatException(const std::string& message);
43 
44  MessageFormatException(const std::string& message, const std::exception* cause);
45 
46  MessageFormatException(const std::string& message, const std::exception* cause,
47  const std::vector<std::pair<std::string, int> >& stackTrace);
48 
49  virtual ~MessageFormatException() throw();
50 
51  virtual MessageFormatException* clone();
52 
53  };
54 
55 }
56 
57 #endif /*_CMS_MESSAGEFORMATEXCEPTION_H_*/
This exception must be thrown when a CMS client attempts to use a data type not supported by a messag...
Definition: MessageFormatException.h:35
#define CMS_API
Definition: Config.h:31
CMS API Exception that is the base for all exceptions thrown from CMS classes.
Definition: CMSException.h:50
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: DestinationResolver.h:23