MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
HLA1516E
RTI
encoding
EncodingExceptions.h
Go to the documentation of this file.
1
/***********************************************************************
2
The IEEE hereby grants a general, royalty-free license to copy, distribute,
3
display and make derivative works from this material, for all purposes,
4
provided that any use of the material contains the following
5
attribution: "Reprinted with permission from IEEE 1516.1(TM)-2010".
6
Should you require additional information, contact the Manager, Standards
7
Intellectual Property, IEEE Standards Association (stds-ipr@ieee.org).
8
***********************************************************************/
9
/***********************************************************************
10
IEEE 1516.1 High Level Architecture Interface Specification C++ API
11
File: EncodingExceptions.h
12
***********************************************************************/
13
#ifndef RTI_EncodingExcpetions_H_
14
#define RTI_EncodingExcpetions_H_
15
16
#include <RTI/SpecificConfig.h>
17
#include <RTI/Exception.h>
18
#include <
RTI/encoding/EncodingConfig.h
>
19
20
namespace
rti1516e
21
{
22
23
class
RTI_EXPORT
EncoderException
:
public
Exception
24
{
25
public
:
26
EncoderException
(std::wstring
const
& message)
27
throw
();
28
29
std::wstring what ()
const
30
throw
();
31
32
private
:
33
std::wstring
_msg
;
34
};
35
}
36
37
38
#endif // RTI_EncodingExcpetions_H_
39
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)