activemq-cpp-3.9.5
MessageFormatException.h
Go to the documentation of this file.
1
17
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
52
53 };
54
55}
56
57#endif /*_CMS_MESSAGEFORMATEXCEPTION_H_*/
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)
virtual MessageFormatException * clone()
Creates a cloned version of this CMSException instance.
#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