activemq-cpp-3.8.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
35
class
CMS_API
MessageFormatException
:
public
CMSException
{
36
public
:
37
38
MessageFormatException
();
39
40
MessageFormatException
(
const
MessageFormatException
& ex);
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::MessageFormatException
This exception must be thrown when a CMS client attempts to use a data type not supported by a messag...
Definition:
MessageFormatException.h:35
CMS_API
#define CMS_API
Definition:
Config.h:31
Config.h
cms::CMSException
CMS API Exception that is the base for all exceptions thrown from CMS classes.
Definition:
CMSException.h:50
CMSException.h
src
main
cms
MessageFormatException.h
Generated by
1.8.6