activemq-cpp-3.9.5
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
24namespace 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_*/
CMS API Exception that is the base for all exceptions thrown from CMS classes.
Definition: CMSException.h:50
This exception must be thrown when a CMS client attempts to use a data type not supported by a messag...
Definition: MessageFormatException.h:35
MessageFormatException(const std::string &message, const std::exception *cause)
MessageFormatException(const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
MessageFormatException(const std::string &message)
MessageFormatException(const MessageFormatException &ex)
#define CMS_API
Definition: Config.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: DestinationResolver.h:23