MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
19 
20 namespace rti1516e
21 {
22 
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 
#define RTI_EXPORT
Definition: SpecificConfig.h:63
Definition: EncodingExceptions.h:23
Definition: Exception.h:26
This file contains definitions that are used to isolate platform-specific elements of the API...
std::wstring _msg
Definition: EncodingExceptions.h:33

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)